Class BackupClusterResponse


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:45.683-07:00")
    public class BackupClusterResponse
    extends CdpResponse
    Response object for the backupCluster method.
    • Constructor Detail

      • BackupClusterResponse

        public BackupClusterResponse()
    • Method Detail

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

        public int hashCode()
        Overrides:
        hashCode in class Object