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 Details

    • ReadyflowSummary

      public ReadyflowSummary()
  • Method Details

    • getReadyflowCrn

      public String getReadyflowCrn()
      Getter for readyflowCrn. The ready flow CRN
    • setReadyflowCrn

      public void setReadyflowCrn(String readyflowCrn)
      Setter for readyflowCrn. The ready flow CRN
    • getName

      public String getName()
      Getter for name. The ready flow name
    • setName

      public void setName(String name)
      Setter for name. The ready flow name
    • getSummary

      public String getSummary()
      Getter for summary. The ready flow summary
    • setSummary

      public void setSummary(String summary)
      Setter for summary. The ready flow summary
    • getSource

      public String getSource()
      Getter for source. The ready flow source
    • setSource

      public void setSource(String source)
      Setter for source. The ready flow source
    • getDestination

      public String getDestination()
      Getter for destination. The ready flow destination
    • setDestination

      public void setDestination(String destination)
      Setter for destination. The ready flow destination
    • getLatestVersion

      public Integer getLatestVersion()
      Getter for latestVersion. The latest version of the ready flow
    • setLatestVersion

      public void setLatestVersion(Integer latestVersion)
      Setter for latestVersion. The latest version of the ready flow
    • getImported

      public Boolean getImported()
      Getter for imported. Whether the ready flow has been imported into the current account
    • setImported

      public void setImported(Boolean imported)
      Setter for imported. Whether the ready flow has been imported into the current account
    • getImportedArtifactCrn

      public String getImportedArtifactCrn()
      Getter for importedArtifactCrn. The crn of the imported ready flow, used to look up its details
    • setImportedArtifactCrn

      public void setImportedArtifactCrn(String importedArtifactCrn)
      Setter for importedArtifactCrn. The crn of the imported ready flow, used to look up its details
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object