Package com.cloudera.cdp.dw.model
Class RestoreBackupResponse
java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.dw.model.RestoreBackupResponse
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-11-14T06:50:04.824-08:00")
public class RestoreBackupResponse
extends CdpResponse
Response object for the restore backup request.
-
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 message.Getter for restoreCrn.inthashCode()voidsetMessage(String message) Setter for message.voidsetRestoreCrn(String restoreCrn) Setter for restoreCrn.toString()Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestIdMethods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
Constructor Details
-
RestoreBackupResponse
public RestoreBackupResponse()
-
-
Method Details
-
getRestoreCrn
Getter for restoreCrn. The CRN of the restore. -
setRestoreCrn
Setter for restoreCrn. The CRN of the restore. -
getMessage
Getter for message. Additional message from the restore process. -
setMessage
Setter for message. Additional message from the restore process. -
equals
-
hashCode
public int hashCode() -
toString
-