Package com.cloudera.cdp.df.model
Class ArtifactVersion
- java.lang.Object
-
- com.cloudera.cdp.df.model.ArtifactVersion
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-09-27T13:27:54.329-07:00") public class ArtifactVersion extends Object
A representation of a artifact detail version
-
-
Constructor Summary
Constructors Constructor Description ArtifactVersion()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getAuthor()
Getter for author.String
getBucketIdentifier()
Getter for bucketIdentifier.String
getComments()
Getter for comments.String
getCrn()
Getter for crn.Integer
getDeploymentCount()
Getter for deploymentCount.Integer
getDraftCount()
Getter for draftCount.Long
getTimestamp()
Getter for timestamp.Integer
getVersion()
Getter for version.int
hashCode()
void
setAuthor(String author)
Setter for author.void
setBucketIdentifier(String bucketIdentifier)
Setter for bucketIdentifier.void
setComments(String comments)
Setter for comments.void
setCrn(String crn)
Setter for crn.void
setDeploymentCount(Integer deploymentCount)
Setter for deploymentCount.void
setDraftCount(Integer draftCount)
Setter for draftCount.void
setTimestamp(Long timestamp)
Setter for timestamp.void
setVersion(Integer version)
Setter for version.String
toString()
-
-
-
Method Detail
-
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.
-
-