Class CancelBackupResponse


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:46.862-07:00")
    public class CancelBackupResponse
    extends CdpResponse
    Response to the cancel backup request.
    • Constructor Detail

      • CancelBackupResponse

        public CancelBackupResponse()
    • 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.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object