Class ArtifactVersion

java.lang.Object
com.cloudera.cdp.df.model.ArtifactVersion

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:28.348-07:00") public class ArtifactVersion extends Object
A representation of a artifact detail version
  • Constructor Details

    • ArtifactVersion

      public ArtifactVersion()
  • Method Details

    • getCrn

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

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

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

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

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

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

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

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

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

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

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

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

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

      public void setComments(String comments)
      Setter for comments. Comments about the version
    • getDraftCount

      public Integer getDraftCount()
      Getter for draftCount. The number of drafts associated with the version.
    • setDraftCount

      public void setDraftCount(Integer draftCount)
      Setter for draftCount. The number of drafts associated with the 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