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="2025-10-15T17:00:48.252-07:00")
public class ArtifactVersion
extends Object
A representation of a artifact detail version
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for author.Getter for bucketIdentifier.Getter for comments.getCrn()Getter for crn.Getter for deploymentCount.Getter for draftCount.Getter for timestamp.Getter for version.inthashCode()voidSetter for author.voidsetBucketIdentifier(String bucketIdentifier) Setter for bucketIdentifier.voidsetComments(String comments) Setter for comments.voidSetter for crn.voidsetDeploymentCount(Integer deploymentCount) Setter for deploymentCount.voidsetDraftCount(Integer draftCount) Setter for draftCount.voidsetTimestamp(Long timestamp) Setter for timestamp.voidsetVersion(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
-