Class ImportFlowDefinitionVersionResponse


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:48.582-07:00")
    public class ImportFlowDefinitionVersionResponse
    extends CdpResponse
    Response object for ImportFlowDefinitionVersion
    • Constructor Detail

      • ImportFlowDefinitionVersionResponse

        public ImportFlowDefinitionVersionResponse()
    • Method Detail

      • 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.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object