Class RpcDeploymentArchiveMetadata
java.lang.Object
com.cloudera.cdp.dfworkload.model.RpcDeploymentArchiveMetadata
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2026-03-25T09:53:08.000-07:00")
public class RpcDeploymentArchiveMetadata
extends Object
Provides the metadata about deployment exported archive
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for archiveDescription.Getter for archiveName.Getter for deployedFlows.Getter for deploymentName.Getter for flowName.Getter for modifiedTime.Getter for projectCrn.Getter for uploadTime.Getter for workloadVersion.inthashCode()voidsetArchiveDescription(String archiveDescription) Setter for archiveDescription.voidsetArchiveName(String archiveName) Setter for archiveName.voidsetDeployedFlows(List<DeployedFlowMetadata> deployedFlows) Setter for deployedFlows.voidsetDeploymentName(String deploymentName) Setter for deploymentName.voidsetFlowName(String flowName) Setter for flowName.voidsetModifiedTime(Long modifiedTime) Setter for modifiedTime.voidsetProjectCrn(String projectCrn) Setter for projectCrn.voidsetUploadTime(Long uploadTime) Setter for uploadTime.voidsetWorkloadVersion(String workloadVersion) Setter for workloadVersion.toString()
-
Constructor Details
-
RpcDeploymentArchiveMetadata
public RpcDeploymentArchiveMetadata()
-
-
Method Details
-
getWorkloadVersion
Getter for workloadVersion. The version of workload when deployment configuration is exported. -
setWorkloadVersion
Setter for workloadVersion. The version of workload when deployment configuration is exported. -
getDeploymentName
Getter for deploymentName. The name of the deployment -
setDeploymentName
Setter for deploymentName. The name of the deployment -
getFlowName
Getter for flowName. The name of the flow -
setFlowName
Setter for flowName. The name of the flow -
getDeployedFlows
Getter for deployedFlows. The list of the deployed flows and flow definition names tuples exported as part of deployment configuration -
setDeployedFlows
Setter for deployedFlows. The list of the deployed flows and flow definition names tuples exported as part of deployment configuration -
getArchiveName
Getter for archiveName. The name of the exported deployment archive -
setArchiveName
Setter for archiveName. The name of the exported deployment archive -
getModifiedTime
Getter for modifiedTime. The time when the deployment archive is created or modified -
setModifiedTime
Setter for modifiedTime. The time when the deployment archive is created or modified -
getArchiveDescription
Getter for archiveDescription. The description provided during deployment configuration export -
setArchiveDescription
Setter for archiveDescription. The description provided during deployment configuration export -
getUploadTime
Getter for uploadTime. The time when the deployment archive is uploaded to cloud -
setUploadTime
Setter for uploadTime. The time when the deployment archive is uploaded to cloud -
getProjectCrn
Getter for projectCrn. The CRN of the project that exported deployment is assigned to. -
setProjectCrn
Setter for projectCrn. The CRN of the project that exported deployment is assigned to. -
equals
-
hashCode
public int hashCode() -
toString
-