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="2023-09-27T13:27:54.862-07:00") public class DescribeDeploymentRequest extends Object
Request structure for describing a deployment.
-
-
Constructor Summary
Constructors Constructor Description DescribeDeploymentRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getClusterCrn()
Getter for clusterCrn.String
getName()
Getter for name.String
getNamespace()
Getter for namespace.int
hashCode()
void
setClusterCrn(String clusterCrn)
Setter for clusterCrn.void
setName(String name)
Setter for name.void
setNamespace(String namespace)
Setter for namespace.String
toString()
-
-
-
Method Detail
-
getClusterCrn
public String getClusterCrn()
Getter for clusterCrn. Compute cluster CRN.
-
setClusterCrn
public void setClusterCrn(String clusterCrn)
Setter for clusterCrn. Compute cluster CRN.
-
getNamespace
public String getNamespace()
Getter for namespace. The namespace of the deployment.
-
setNamespace
public void setNamespace(String namespace)
Setter for namespace. The namespace of the deployment.
-
getName
public String getName()
Getter for name. The name of the deployment.
-
setName
public void setName(String name)
Setter for name. The name of the deployment.
-
-