Package com.cloudera.cdp.compute.model
Class UpgradeDeploymentResponse
java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.compute.model.UpgradeDeploymentResponse
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:29.145-07:00")
public class UpgradeDeploymentResponse
extends CdpResponse
Response structure for upgrading a deployment.
-
Field Summary
Fields inherited from class com.cloudera.cdp.client.CdpResponse
ALTUS_HEADER_REQUESTID, CDP_HEADER_REQUESTID
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getChart()
Getter for chart.Getter for message.getName()
Getter for name.Getter for namespace.Getter for revision.Getter for status.int
hashCode()
void
Setter for chart.void
setMessage
(String message) Setter for message.void
Setter for name.void
setNamespace
(String namespace) Setter for namespace.void
setRevision
(Integer revision) Setter for revision.void
Setter for status.toString()
Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestId
Methods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
Constructor Details
-
UpgradeDeploymentResponse
public UpgradeDeploymentResponse()
-
-
Method Details
-
getName
Getter for name. The name of the deployment. -
setName
Setter for name. The name of the deployment. -
getNamespace
Getter for namespace. The namespace of the deployment. -
setNamespace
Setter for namespace. The namespace of the deployment. -
getRevision
Getter for revision. Helm revision. -
setRevision
Setter for revision. Helm revision. -
getMessage
Getter for message. A message returned about the status of the upgrade operation. -
setMessage
Setter for message. A message returned about the status of the upgrade operation. -
getStatus
Getter for status. Status of the deployment. Currently supported values are UNKNOWN, DEPLOYED, UNINSTALLED, SUPERSEDED, FAILED, PENDING-INSTALL, PENDING-UPGRADE and PENDING-ROLLBACK. New values may be added in the future. -
setStatus
Setter for status. Status of the deployment. Currently supported values are UNKNOWN, DEPLOYED, UNINSTALLED, SUPERSEDED, FAILED, PENDING-INSTALL, PENDING-UPGRADE and PENDING-ROLLBACK. New values may be added in the future. -
getChart
Getter for chart. Chart that the deployment was created from. -
setChart
Setter for chart. Chart that the deployment was created from. -
equals
-
hashCode
public int hashCode() -
toString
-