Class RestoreSnapshotResponse


@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2025-05-14T11:34:36.573-07:00") public class RestoreSnapshotResponse extends CdpResponse
Response object for the RestoreSnapshot method.
  • Constructor Details Link icon

    • RestoreSnapshotResponse Link icon

      public RestoreSnapshotResponse()
  • Method Details Link icon

    • getEnvironmentName Link icon

      public String getEnvironmentName()
      Getter for environmentName. The name of the environment.
    • setEnvironmentName Link icon

      public void setEnvironmentName(String environmentName)
      Setter for environmentName. The name of the environment.
    • getDatabaseName Link icon

      public String getDatabaseName()
      Getter for databaseName. The name of the database.
    • setDatabaseName Link icon

      public void setDatabaseName(String databaseName)
      Setter for databaseName. The name of the database.
    • getSnapshotName Link icon

      public String getSnapshotName()
      Getter for snapshotName. The name of the snapshot.
    • setSnapshotName Link icon

      public void setSnapshotName(String snapshotName)
      Setter for snapshotName. The name of the snapshot.
    • getTargetEnvironmentName Link icon

      public String getTargetEnvironmentName()
      Getter for targetEnvironmentName. The name of the target environment.
    • setTargetEnvironmentName Link icon

      public void setTargetEnvironmentName(String targetEnvironmentName)
      Setter for targetEnvironmentName. The name of the target environment.
    • getTargetDatabaseName Link icon

      public String getTargetDatabaseName()
      Getter for targetDatabaseName. The name of the target database.
    • setTargetDatabaseName Link icon

      public void setTargetDatabaseName(String targetDatabaseName)
      Setter for targetDatabaseName. The name of the target database.
    • getStatus Link icon

      public String getStatus()
      Getter for status. The status of the restore snapshot.
    • setStatus Link icon

      public void setStatus(String status)
      Setter for status. The status of the restore snapshot.
    • getRestoreTime Link icon

      public Long getRestoreTime()
      Getter for restoreTime. The time when the snapshot restore was started.
    • setRestoreTime Link icon

      public void setRestoreTime(Long restoreTime)
      Setter for restoreTime. The time when the snapshot restore was started.
    • getCommandID Link icon

      public Long getCommandID()
      Getter for commandID. The submitted Command ID of the restore snapshot.
    • setCommandID Link icon

      public void setCommandID(Long commandID)
      Setter for commandID. The submitted Command ID of the restore snapshot.
    • getStatusReason Link icon

      public String getStatusReason()
      Getter for statusReason. Reason for the status.
    • setStatusReason Link icon

      public void setStatusReason(String statusReason)
      Setter for statusReason. Reason for the status.
    • equals Link icon

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

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

      public String toString()
      Overrides:
      toString in class Object