Class CancelBackupResponse


@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:26.246-07:00") public class CancelBackupResponse extends CdpResponse
Response to the cancel backup request.
  • Constructor Details

    • CancelBackupResponse

      public CancelBackupResponse()
  • Method Details

    • 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.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object