Package com.cloudera.cdp.df.model
Class ReadyflowDetails
java.lang.Object
com.cloudera.cdp.df.model.ReadyflowDetails
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-15T17:00:48.252-07:00")
public class ReadyflowDetails
extends Object
A detailed representation of a ready flow.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for author.Getter for description.Getter for destination.Getter for destinationDataFormat.Getter for documentationLink.Getter for imported.Getter for modifiedTimestamp.getName()Getter for name.getNotes()Getter for notes.Getter for readyflowCrn.Getter for source.Getter for sourceDataFormat.Getter for summary.inthashCode()voidSetter for author.voidsetDescription(String description) Setter for description.voidsetDestination(String destination) Setter for destination.voidsetDestinationDataFormat(String destinationDataFormat) Setter for destinationDataFormat.voidsetDocumentationLink(String documentationLink) Setter for documentationLink.voidsetImported(Boolean imported) Setter for imported.voidsetModifiedTimestamp(Long modifiedTimestamp) Setter for modifiedTimestamp.voidSetter for name.voidSetter for notes.voidsetReadyflowCrn(String readyflowCrn) Setter for readyflowCrn.voidSetter for source.voidsetSourceDataFormat(String sourceDataFormat) Setter for sourceDataFormat.voidsetSummary(String summary) Setter for summary.toString()
-
Constructor Details
-
ReadyflowDetails
public ReadyflowDetails()
-
-
Method Details
-
getReadyflowCrn
Getter for readyflowCrn. The ready flow CRN -
setReadyflowCrn
Setter for readyflowCrn. The ready flow CRN -
getName
Getter for name. The ready flow name -
setName
Setter for name. The ready flow name -
getAuthor
Getter for author. The author of the most recent version -
setAuthor
Setter for author. The author of the most recent version -
getSummary
Getter for summary. The ready flow summary (short) -
setSummary
Setter for summary. The ready flow summary (short) -
getDescription
Getter for description. The ready flow description (long) -
setDescription
Setter for description. The ready flow description (long) -
getDocumentationLink
Getter for documentationLink. A link to the ready flow documentation -
setDocumentationLink
Setter for documentationLink. A link to the ready flow documentation -
getNotes
Getter for notes. Optional notes about the ready flow -
setNotes
Setter for notes. Optional notes about the ready flow -
getSource
Getter for source. The ready flow data source -
setSource
Setter for source. The ready flow data source -
getSourceDataFormat
Getter for sourceDataFormat. The ready flow data source format -
setSourceDataFormat
Setter for sourceDataFormat. The ready flow data source format -
getDestination
Getter for destination. The ready flow data destination -
setDestination
Setter for destination. The ready flow data destination -
getDestinationDataFormat
Getter for destinationDataFormat. The ready flow data destination format -
setDestinationDataFormat
Setter for destinationDataFormat. The ready flow data destination format -
getImported
Getter for imported. Whether the ready flow has been imported into the current account -
setImported
Setter for imported. Whether the ready flow has been imported into the current account -
getModifiedTimestamp
Getter for modifiedTimestamp. The modified timestamp. -
setModifiedTimestamp
Setter for modifiedTimestamp. The modified timestamp. -
equals
-
hashCode
public int hashCode() -
toString
-