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="2024-09-27T08:40:28.348-07:00")
public class ReadyflowDetails
extends Object
A detailed representation of a ready flow.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter 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.int
hashCode()
void
Setter for author.void
setDescription
(String description) Setter for description.void
setDestination
(String destination) Setter for destination.void
setDestinationDataFormat
(String destinationDataFormat) Setter for destinationDataFormat.void
setDocumentationLink
(String documentationLink) Setter for documentationLink.void
setImported
(Boolean imported) Setter for imported.void
setModifiedTimestamp
(Long modifiedTimestamp) Setter for modifiedTimestamp.void
Setter for name.void
Setter for notes.void
setReadyflowCrn
(String readyflowCrn) Setter for readyflowCrn.void
Setter for source.void
setSourceDataFormat
(String sourceDataFormat) Setter for sourceDataFormat.void
setSummary
(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
-