Package com.cloudera.cdp.dw.model
Class RestoreClusterResponse
java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.dw.model.RestoreClusterResponse
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:25.071-07:00")
public class RestoreClusterResponse
extends CdpResponse
Response object for the restoreCluster method.
-
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 action.Getter for clusterId.Getter for dbcRestorePlans.Getter for hiveRestorePlans.Getter for hueRestorePlans.Getter for impalaRestorePlans.Getter for message.Getter for operationId.Getter for vizRestorePlans.int
hashCode()
void
Setter for action.void
setClusterId
(String clusterId) Setter for clusterId.void
setDbcRestorePlans
(List<RestoreClusterEntityPlan> dbcRestorePlans) Setter for dbcRestorePlans.void
setHiveRestorePlans
(List<RestoreClusterEntityPlan> hiveRestorePlans) Setter for hiveRestorePlans.void
setHueRestorePlans
(List<RestoreClusterEntityPlan> hueRestorePlans) Setter for hueRestorePlans.void
setImpalaRestorePlans
(List<RestoreClusterEntityPlan> impalaRestorePlans) Setter for impalaRestorePlans.void
setMessage
(String message) Setter for message.void
setOperationId
(String operationId) Setter for operationId.void
setVizRestorePlans
(List<RestoreClusterEntityPlan> vizRestorePlans) Setter for vizRestorePlans.toString()
Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestId
Methods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
Constructor Details
-
RestoreClusterResponse
public RestoreClusterResponse()
-
-
Method Details
-
getClusterId
Getter for clusterId. The ID of the cluster. -
setClusterId
Setter for clusterId. The ID of the cluster. -
getOperationId
Getter for operationId. The ID of the restore operation. -
setOperationId
Setter for operationId. The ID of the restore operation. -
getAction
Getter for action. The cluster action. Possible actions: Create, Skip -
setAction
Setter for action. The cluster action. Possible actions: Create, Skip -
getMessage
Getter for message. The description of the cluster action. -
setMessage
Setter for message. The description of the cluster action. -
getDbcRestorePlans
Getter for dbcRestorePlans. Information about the restore-plan of the DbCatalogs. -
setDbcRestorePlans
Setter for dbcRestorePlans. Information about the restore-plan of the DbCatalogs. -
getHueRestorePlans
Getter for hueRestorePlans. Information about the restore-plan of Hue. -
setHueRestorePlans
Setter for hueRestorePlans. Information about the restore-plan of Hue. -
getHiveRestorePlans
Getter for hiveRestorePlans. Information about the restore-plan of the Hive Virtual Warehouses. -
setHiveRestorePlans
Setter for hiveRestorePlans. Information about the restore-plan of the Hive Virtual Warehouses. -
getImpalaRestorePlans
Getter for impalaRestorePlans. Information about the restore-plan of the Impala Virtual Warehouses. -
setImpalaRestorePlans
Setter for impalaRestorePlans. Information about the restore-plan of the Impala Virtual Warehouses. -
getVizRestorePlans
Getter for vizRestorePlans. Information about the restore-plan of the Data Visualization Apps. -
setVizRestorePlans
Setter for vizRestorePlans. Information about the restore-plan of the Data Visualization Apps. -
equals
-
hashCode
public int hashCode() -
toString
-