Package com.cloudera.cdp.datalake.model
Class CancelBackupResponse
- java.lang.Object
-
- com.cloudera.cdp.client.BaseResponse
-
- com.cloudera.cdp.client.CdpResponse
-
- com.cloudera.cdp.datalake.model.CancelBackupResponse
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-09-14T10:47:18.056-07:00") public class CancelBackupResponse extends CdpResponse
Response to the cancel backup request.
-
-
Field Summary
-
Fields inherited from class com.cloudera.cdp.client.CdpResponse
ALTUS_HEADER_REQUESTID, CDP_HEADER_REQUESTID
-
-
Constructor Summary
Constructors Constructor Description CancelBackupResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getResult()
Getter for result.int
hashCode()
void
setResult(String result)
Setter for result.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
-
getResult
public String getResult()
Getter for result. Result of the cancel backup request. It can contain a description of the current process state or guidelines to a customer on the next steps.
-
setResult
public void setResult(String result)
Setter for result. Result of the cancel backup request. It can contain a description of the current process state or guidelines to a customer on the next steps.
-
-