Class ContinueHbaseSetupResponse
java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.replicationmanager.model.ContinueHbaseSetupResponse
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-01-23T07:12:43.267-08:00")
public class ContinueHbaseSetupResponse
extends CdpResponse
Response object for continueHbaseSetup.
-
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 clusterCrn.Getter for message.Getter for status.int
hashCode()
void
setClusterCrn
(String clusterCrn) Setter for clusterCrn.void
setMessage
(String message) Setter for message.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
-
ContinueHbaseSetupResponse
public ContinueHbaseSetupResponse()
-
-
Method Details
-
getClusterCrn
Getter for clusterCrn. The CRN of the input cluster. -
setClusterCrn
Setter for clusterCrn. The CRN of the input cluster. -
getMessage
Getter for message. The detailed description of the action taken. -
setMessage
Setter for message. The detailed description of the action taken. -
getStatus
Getter for status. The status of the request. -
setStatus
Setter for status. The status of the request. -
equals
-
hashCode
public int hashCode() -
toString
-