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="2026-06-05T07:54:41.156-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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for action.Getter for cdwHueRestorePlans.Getter for clusterId.Getter for dbcRestorePlans.Getter for dwxSecretsRestorePlans.Getter for hiveRestorePlans.Getter for hueRestorePlans.Getter for impalaRestorePlans.Getter for message.Getter for operationId.Getter for trinoRestorePlans.Getter for vizRestorePlans.inthashCode()voidSetter for action.voidsetCdwHueRestorePlans(List<RestoreClusterEntityPlan> cdwHueRestorePlans) Setter for cdwHueRestorePlans.voidsetClusterId(String clusterId) Setter for clusterId.voidsetDbcRestorePlans(List<RestoreClusterEntityPlan> dbcRestorePlans) Setter for dbcRestorePlans.voidsetDwxSecretsRestorePlans(List<String> dwxSecretsRestorePlans) Setter for dwxSecretsRestorePlans.voidsetHiveRestorePlans(List<RestoreClusterEntityPlan> hiveRestorePlans) Setter for hiveRestorePlans.voidsetHueRestorePlans(List<RestoreClusterEntityPlan> hueRestorePlans) Setter for hueRestorePlans.voidsetImpalaRestorePlans(List<RestoreClusterEntityPlan> impalaRestorePlans) Setter for impalaRestorePlans.voidsetMessage(String message) Setter for message.voidsetOperationId(String operationId) Setter for operationId.voidsetTrinoRestorePlans(List<RestoreClusterEntityPlan> trinoRestorePlans) Setter for trinoRestorePlans.voidsetVizRestorePlans(List<RestoreClusterEntityPlan> vizRestorePlans) Setter for vizRestorePlans.toString()Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestIdMethods 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. -
getTrinoRestorePlans
Getter for trinoRestorePlans. Information about the restore-plan of the Trino Virtual Warehouses. -
setTrinoRestorePlans
Setter for trinoRestorePlans. Information about the restore-plan of the Trino 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. -
getCdwHueRestorePlans
Getter for cdwHueRestorePlans. The plan for the restoration of the Hue Query Editors. -
setCdwHueRestorePlans
Setter for cdwHueRestorePlans. The plan for the restoration of the Hue Query Editors. -
getDwxSecretsRestorePlans
Getter for dwxSecretsRestorePlans. The plan for the restoration of the DWX Secrets. -
setDwxSecretsRestorePlans
Setter for dwxSecretsRestorePlans. The plan for the restoration of the DWX Secrets. -
equals
-
hashCode
public int hashCode() -
toString
-