Package com.cloudera.cdp.df.model
Class ReadyflowSummary
java.lang.Object
com.cloudera.cdp.df.model.ReadyflowSummary
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:28.348-07:00")
public class ReadyflowSummary
extends Object
A summarized version of a ready flow, mostly useful in listing flows
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for destination.Getter for imported.Getter for importedArtifactCrn.Getter for latestVersion.getName()
Getter for name.Getter for readyflowCrn.Getter for source.Getter for summary.int
hashCode()
void
setDestination
(String destination) Setter for destination.void
setImported
(Boolean imported) Setter for imported.void
setImportedArtifactCrn
(String importedArtifactCrn) Setter for importedArtifactCrn.void
setLatestVersion
(Integer latestVersion) Setter for latestVersion.void
Setter for name.void
setReadyflowCrn
(String readyflowCrn) Setter for readyflowCrn.void
Setter for source.void
setSummary
(String summary) Setter for summary.toString()
-
Constructor Details
-
ReadyflowSummary
public ReadyflowSummary()
-
-
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 -
getSummary
Getter for summary. The ready flow summary -
setSummary
Setter for summary. The ready flow summary -
getSource
Getter for source. The ready flow source -
setSource
Setter for source. The ready flow source -
getDestination
Getter for destination. The ready flow destination -
setDestination
Setter for destination. The ready flow destination -
getLatestVersion
Getter for latestVersion. The latest version of the ready flow -
setLatestVersion
Setter for latestVersion. The latest version of the ready flow -
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 -
getImportedArtifactCrn
Getter for importedArtifactCrn. The crn of the imported ready flow, used to look up its details -
setImportedArtifactCrn
Setter for importedArtifactCrn. The crn of the imported ready flow, used to look up its details -
equals
-
hashCode
public int hashCode() -
toString
-