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="2023-09-27T13:27:51.717-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 Constructor Description RestoreClusterResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getClusterId()
Getter for clusterId.List<RestoreClusterEntityPlan>
getDbcRestorePlans()
Getter for dbcRestorePlans.List<RestoreClusterEntityPlan>
getHiveRestorePlans()
Getter for hiveRestorePlans.List<RestoreClusterEntityPlan>
getHueRestorePlans()
Getter for hueRestorePlans.List<RestoreClusterEntityPlan>
getImpalaRestorePlans()
Getter for impalaRestorePlans.String
getOperationId()
Getter for operationId.List<RestoreClusterEntityPlan>
getVizRestorePlans()
Getter for vizRestorePlans.int
hashCode()
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
setOperationId(String operationId)
Setter for operationId.void
setVizRestorePlans(List<RestoreClusterEntityPlan> vizRestorePlans)
Setter for vizRestorePlans.String
toString()
-
Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestId
-
Methods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
-
-
-
Method Detail
-
getClusterId
public String getClusterId()
Getter for clusterId. The the ID of the cluster.
-
setClusterId
public void setClusterId(String clusterId)
Setter for clusterId. The the ID of the cluster.
-
getOperationId
public String getOperationId()
Getter for operationId. The the ID of the restore operation.
-
setOperationId
public void setOperationId(String operationId)
Setter for operationId. The the ID of the restore operation.
-
getDbcRestorePlans
public List<RestoreClusterEntityPlan> getDbcRestorePlans()
Getter for dbcRestorePlans. Information about the restore-plan of the DbCatalogs.
-
setDbcRestorePlans
public void setDbcRestorePlans(List<RestoreClusterEntityPlan> dbcRestorePlans)
Setter for dbcRestorePlans. Information about the restore-plan of the DbCatalogs.
-
getHueRestorePlans
public List<RestoreClusterEntityPlan> getHueRestorePlans()
Getter for hueRestorePlans. Information about the restore-plan of Hue.
-
setHueRestorePlans
public void setHueRestorePlans(List<RestoreClusterEntityPlan> hueRestorePlans)
Setter for hueRestorePlans. Information about the restore-plan of Hue.
-
getHiveRestorePlans
public List<RestoreClusterEntityPlan> getHiveRestorePlans()
Getter for hiveRestorePlans. Information about the restore-plan of the Hive Virtual Warehouses.
-
setHiveRestorePlans
public void setHiveRestorePlans(List<RestoreClusterEntityPlan> hiveRestorePlans)
Setter for hiveRestorePlans. Information about the restore-plan of the Hive Virtual Warehouses.
-
getImpalaRestorePlans
public List<RestoreClusterEntityPlan> getImpalaRestorePlans()
Getter for impalaRestorePlans. Information about the restore-plan of the Impala Virtual Warehouses.
-
setImpalaRestorePlans
public void setImpalaRestorePlans(List<RestoreClusterEntityPlan> impalaRestorePlans)
Setter for impalaRestorePlans. Information about the restore-plan of the Impala Virtual Warehouses.
-
getVizRestorePlans
public List<RestoreClusterEntityPlan> getVizRestorePlans()
Getter for vizRestorePlans. Information about the restore-plan of the Data Visualization Apps.
-
setVizRestorePlans
public void setVizRestorePlans(List<RestoreClusterEntityPlan> vizRestorePlans)
Setter for vizRestorePlans. Information about the restore-plan of the Data Visualization Apps.
-
-