Package com.cloudera.cdp.dw.model
Class BackupClusterResponse
java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.dw.model.BackupClusterResponse
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:25.071-07:00")
public class BackupClusterResponse
extends CdpResponse
Response object for the backupCluster 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 clusterId.getData()
Getter for data.getMd5()
Getter for md5.Getter for operationId.Getter for timestamp.int
hashCode()
void
setClusterId
(String clusterId) Setter for clusterId.void
Setter for data.void
Setter for md5.void
setOperationId
(String operationId) Setter for operationId.void
setTimestamp
(ZonedDateTime timestamp) Setter for timestamp.toString()
Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestId
Methods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
Constructor Details
-
BackupClusterResponse
public BackupClusterResponse()
-
-
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 backup operation. -
setOperationId
Setter for operationId. The ID of the backup operation. -
getTimestamp
Getter for timestamp. The date of the creation. -
setTimestamp
Setter for timestamp. The date of the creation. -
getData
Getter for data. The backup data. -
setData
Setter for data. The backup data. -
getMd5
Getter for md5. The md5 hash of the encoded data. -
setMd5
Setter for md5. The md5 hash of the encoded data. -
equals
-
hashCode
public int hashCode() -
toString
-