Package com.cloudera.cdp.compute.model
Class DescribeDeploymentRequest
java.lang.Object
com.cloudera.cdp.compute.model.DescribeDeploymentRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:29.145-07:00")
public class DescribeDeploymentRequest
extends Object
Request structure for describing a deployment.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for clusterCrn.getName()
Getter for name.Getter for namespace.int
hashCode()
void
setClusterCrn
(String clusterCrn) Setter for clusterCrn.void
Setter for name.void
setNamespace
(String namespace) Setter for namespace.toString()
-
Constructor Details
-
DescribeDeploymentRequest
public DescribeDeploymentRequest()
-
-
Method Details
-
getClusterCrn
Getter for clusterCrn. Compute cluster CRN. -
setClusterCrn
Setter for clusterCrn. Compute cluster CRN. -
getNamespace
Getter for namespace. The namespace of the deployment. -
setNamespace
Setter for namespace. The namespace of the deployment. -
getName
Getter for name. The name of the deployment. -
setName
Setter for name. The name of the deployment. -
equals
-
hashCode
public int hashCode() -
toString
-