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="2025-11-26T08:05:44.984-08:00")
public class ReadyflowSummary
extends Object
A summarized version of a ready flow, mostly useful in listing flows
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for destination.Getter for imported.Getter for importedArtifactCrn.Getter for latestVersion.getName()Getter for name.Getter for readyflowCrn.Getter for source.Getter for summary.inthashCode()voidsetDestination(String destination) Setter for destination.voidsetImported(Boolean imported) Setter for imported.voidsetImportedArtifactCrn(String importedArtifactCrn) Setter for importedArtifactCrn.voidsetLatestVersion(Integer latestVersion) Setter for latestVersion.voidSetter for name.voidsetReadyflowCrn(String readyflowCrn) Setter for readyflowCrn.voidSetter for source.voidsetSummary(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
-