Class 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.
  • Constructor Details

    • BackupClusterResponse

      public BackupClusterResponse()
  • Method Details

    • getClusterId

      public String getClusterId()
      Getter for clusterId. The ID of the cluster.
    • setClusterId

      public void setClusterId(String clusterId)
      Setter for clusterId. The ID of the cluster.
    • getOperationId

      public String getOperationId()
      Getter for operationId. The ID of the backup operation.
    • setOperationId

      public void setOperationId(String operationId)
      Setter for operationId. The ID of the backup operation.
    • getTimestamp

      public ZonedDateTime getTimestamp()
      Getter for timestamp. The date of the creation.
    • setTimestamp

      public void setTimestamp(ZonedDateTime timestamp)
      Setter for timestamp. The date of the creation.
    • getData

      public String getData()
      Getter for data. The backup data.
    • setData

      public void setData(String data)
      Setter for data. The backup data.
    • getMd5

      public String getMd5()
      Getter for md5. The md5 hash of the encoded data.
    • setMd5

      public void setMd5(String md5)
      Setter for md5. The md5 hash of the encoded data.
    • 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