Class ImportFlowDefinitionResponse

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

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

    • ImportFlowDefinitionResponse

      public ImportFlowDefinitionResponse()
  • Method Details

    • getCrn

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

      public void setCrn(String crn)
      Setter for crn. The artifact CRN
    • getName

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

      public void setName(String name)
      Setter for name. The artifact name.
    • getVersionCount

      public Integer getVersionCount()
      Getter for versionCount. The number of versions uploaded to the catalog.
    • setVersionCount

      public void setVersionCount(Integer versionCount)
      Setter for versionCount. The number of versions uploaded to the catalog.
    • getCreatedTimestamp

      public Long getCreatedTimestamp()
      Getter for createdTimestamp. The created timestamp.
    • setCreatedTimestamp

      public void setCreatedTimestamp(Long createdTimestamp)
      Setter for createdTimestamp. The created timestamp.
    • getAuthor

      public String getAuthor()
      Getter for author. Author of the most recent version
    • setAuthor

      public void setAuthor(String author)
      Setter for author. Author of the most recent version
    • getDescription

      public String getDescription()
      Getter for description. The artifact description.
    • setDescription

      public void setDescription(String description)
      Setter for description. The artifact description.
    • getModifiedTimestamp

      public Long getModifiedTimestamp()
      Getter for modifiedTimestamp. The modified timestamp.
    • setModifiedTimestamp

      public void setModifiedTimestamp(Long modifiedTimestamp)
      Setter for modifiedTimestamp. The modified timestamp.
    • getVersions

      public List<FlowVersion> getVersions()
      Getter for versions. The list of artifactDetail versions
    • setVersions

      public void setVersions(List<FlowVersion> versions)
      Setter for versions. The list of artifactDetail versions
    • 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