Class ListRestoreSnapshotsRequest

java.lang.Object
com.cloudera.cdp.opdb.model.ListRestoreSnapshotsRequest

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2025-05-14T11:34:36.573-07:00") public class ListRestoreSnapshotsRequest extends Object
Show Restore Snapshots Request.
  • Constructor Details Link icon

    • ListRestoreSnapshotsRequest Link icon

      public ListRestoreSnapshotsRequest()
  • 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.
    • getCommandId Link icon

      public Long getCommandId()
      Getter for commandId. The submitted Command ID of the snapshot.
    • setCommandId Link icon

      public void setCommandId(Long commandId)
      Setter for commandId. The submitted Command ID of the snapshot.
    • getFromRestoreTime Link icon

      public ZonedDateTime getFromRestoreTime()
      Getter for fromRestoreTime. The starting snapshot restore time to search restore snapshots (inclusive).
    • setFromRestoreTime Link icon

      public void setFromRestoreTime(ZonedDateTime fromRestoreTime)
      Setter for fromRestoreTime. The starting snapshot restore time to search restore snapshots (inclusive).
    • getToRestoreTime Link icon

      public ZonedDateTime getToRestoreTime()
      Getter for toRestoreTime. The ending snapshot restore time to search restore snapshots (inclusive).
    • setToRestoreTime Link icon

      public void setToRestoreTime(ZonedDateTime toRestoreTime)
      Setter for toRestoreTime. The ending snapshot restore time to search restore snapshots (inclusive).
    • 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