Package com.cloudera.cdp.dw.model
Class UpgradeDbcResponse
java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.dw.model.UpgradeDbcResponse
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:25.071-07:00")
public class UpgradeDbcResponse
extends CdpResponse
Response object of the upgradeDbc call.
-
Field Summary
Fields inherited from class com.cloudera.cdp.client.CdpResponse
ALTUS_HEADER_REQUESTID, CDP_HEADER_REQUESTID
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for message.Getter for serviceUnhealthy.Getter for status.Getter for timedOut.int
hashCode()
void
setMessage
(String message) Setter for message.void
setServiceUnhealthy
(Boolean serviceUnhealthy) Setter for serviceUnhealthy.void
Setter for status.void
setTimedOut
(Boolean timedOut) Setter for timedOut.toString()
Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestId
Methods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
Constructor Details
-
UpgradeDbcResponse
public UpgradeDbcResponse()
-
-
Method Details
-
getStatus
Getter for status. The upgrade status. Possible values are: Upgrading, Error, Failed. -
setStatus
Setter for status. The upgrade status. Possible values are: Upgrading, Error, Failed. -
getMessage
Getter for message. The Upgrade message. -
setMessage
Setter for message. The Upgrade message. -
getTimedOut
Getter for timedOut. True if the upgrade timed out, false or omitted otherwise. -
setTimedOut
Setter for timedOut. True if the upgrade timed out, false or omitted otherwise. -
getServiceUnhealthy
Getter for serviceUnhealthy. True, if the service is in unhealthy state, false or omitted otherwise. -
setServiceUnhealthy
Setter for serviceUnhealthy. True, if the service is in unhealthy state, false or omitted otherwise. -
equals
-
hashCode
public int hashCode() -
toString
-