Class ListSnapshotsRequest

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

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2025-01-23T07:12:41.282-08:00") public class ListSnapshotsRequest extends Object
Show Snapshots Request.
  • Constructor Details

    • ListSnapshotsRequest

      public ListSnapshotsRequest()
  • Method Details

    • getEnvironmentName

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

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

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

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

      public String getTableName()
      Getter for tableName. The table name.
    • setTableName

      public void setTableName(String tableName)
      Setter for tableName. The table name.
    • getCommandId

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

      public void setCommandId(Long commandId)
      Setter for commandId. The submitted Command ID of the snapshots.
    • getFromCreationTime

      public ZonedDateTime getFromCreationTime()
      Getter for fromCreationTime. The creation time of the snapshots to search (inclusive).
    • setFromCreationTime

      public void setFromCreationTime(ZonedDateTime fromCreationTime)
      Setter for fromCreationTime. The creation time of the snapshots to search (inclusive).
    • getToCreationTime

      public ZonedDateTime getToCreationTime()
      Getter for toCreationTime. The ending time of the snapshot creation to search (inclusive).
    • setToCreationTime

      public void setToCreationTime(ZonedDateTime toCreationTime)
      Setter for toCreationTime. The ending time of the snapshot creation to search (inclusive).
    • 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