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="2024-09-27T08:40:28.348-07:00")
public class ArtifactVersion
extends Object
A representation of a artifact detail version
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for author.Getter for bucketIdentifier.Getter for comments.getCrn()
Getter for crn.Getter for deploymentCount.Getter for draftCount.Getter for timestamp.Getter for version.int
hashCode()
void
Setter for author.void
setBucketIdentifier
(String bucketIdentifier) Setter for bucketIdentifier.void
setComments
(String comments) Setter for comments.void
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.toString()
-
Constructor Details
-
ArtifactVersion
public ArtifactVersion()
-
-
Method Details
-
getCrn
Getter for crn. The artifact version CRN -
setCrn
Setter for crn. The artifact version CRN -
getBucketIdentifier
Getter for bucketIdentifier. The bucketIdentifier of the artifact -
setBucketIdentifier
Setter for bucketIdentifier. The bucketIdentifier of the artifact -
getAuthor
Getter for author. The author of the artifact -
setAuthor
Setter for author. The author of the artifact -
getVersion
Getter for version. The version of the artifactVersion -
setVersion
Setter for version. The version of the artifactVersion -
getTimestamp
Getter for timestamp. The timestamp of the artifactVersion -
setTimestamp
Setter for timestamp. The timestamp of the artifactVersion -
getDeploymentCount
Getter for deploymentCount. The number of deployments of the artifactVersion -
setDeploymentCount
Setter for deploymentCount. The number of deployments of the artifactVersion -
getComments
Getter for comments. Comments about the version -
setComments
Setter for comments. Comments about the version -
getDraftCount
Getter for draftCount. The number of drafts associated with the version. -
setDraftCount
Setter for draftCount. The number of drafts associated with the version. -
equals
-
hashCode
public int hashCode() -
toString
-