Package com.cloudera.cdp.compute.model
Class AvailableDeploymentUpgrade
- java.lang.Object
-
- com.cloudera.cdp.compute.model.AvailableDeploymentUpgrade
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-09-14T10:47:20.312-07:00") public class AvailableDeploymentUpgrade extends Object
Available deployment upgrade structure.
-
-
Constructor Summary
Constructors Constructor Description AvailableDeploymentUpgrade()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getApplicationVersion()
Getter for applicationVersion.String
getDeploymentVersion()
Getter for deploymentVersion.int
hashCode()
void
setApplicationVersion(String applicationVersion)
Setter for applicationVersion.void
setDeploymentVersion(String deploymentVersion)
Setter for deploymentVersion.String
toString()
-
-
-
Method Detail
-
getApplicationVersion
public String getApplicationVersion()
Getter for applicationVersion. The version of the components which would be installed from this deployment.
-
setApplicationVersion
public void setApplicationVersion(String applicationVersion)
Setter for applicationVersion. The version of the components which would be installed from this deployment.
-
getDeploymentVersion
public String getDeploymentVersion()
Getter for deploymentVersion. The version of the deployment that is available to upgrade to.
-
setDeploymentVersion
public void setDeploymentVersion(String deploymentVersion)
Setter for deploymentVersion. The version of the deployment that is available to upgrade to.
-
-