Class ImportFlowDefinitionVersionResponse

java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.df.model.ImportFlowDefinitionVersionResponse

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:28.348-07:00") public class ImportFlowDefinitionVersionResponse extends CdpResponse
Response object for ImportFlowDefinitionVersion
  • Constructor Details

    • ImportFlowDefinitionVersionResponse

      public ImportFlowDefinitionVersionResponse()
  • Method Details

    • getCrn

      public String getCrn()
      Getter for crn. The flow version CRN
    • setCrn

      public void setCrn(String crn)
      Setter for crn. The flow version CRN
    • getBucketIdentifier

      public String getBucketIdentifier()
      Getter for bucketIdentifier. The bucketIdentifier of the flow
    • setBucketIdentifier

      public void setBucketIdentifier(String bucketIdentifier)
      Setter for bucketIdentifier. The bucketIdentifier of the flow
    • getAuthor

      public String getAuthor()
      Getter for author. The author of the flow
    • setAuthor

      public void setAuthor(String author)
      Setter for author. The author of the flow
    • getVersion

      public Integer getVersion()
      Getter for version. The version of the flow
    • setVersion

      public void setVersion(Integer version)
      Setter for version. The version of the flow
    • getTimestamp

      public Long getTimestamp()
      Getter for timestamp. The timestamp of the flow
    • setTimestamp

      public void setTimestamp(Long timestamp)
      Setter for timestamp. The timestamp of the flow
    • getDeploymentCount

      public Integer getDeploymentCount()
      Getter for deploymentCount. The number of deployments of the flow
    • setDeploymentCount

      public void setDeploymentCount(Integer deploymentCount)
      Setter for deploymentCount. The number of deployments of the flow
    • getComments

      public String getComments()
      Getter for comments. Comments about the flow
    • setComments

      public void setComments(String comments)
      Setter for comments. Comments about the flow
    • getTags

      public List<FlowVersionTag> getTags()
      Getter for tags. The tags for the flow version.
    • setTags

      public void setTags(List<FlowVersionTag> tags)
      Setter for tags. The tags for the flow version.
    • 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