Class ListRestoreSnapshotsResponse

java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.opdb.model.ListRestoreSnapshotsResponse

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

    • ListRestoreSnapshotsResponse

      public ListRestoreSnapshotsResponse()
  • 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.
    • getRestoreSnapshots

      public List<RestoreSnapshot> getRestoreSnapshots()
      Getter for restoreSnapshots. List of snapshots which have been restored against the database.
    • setRestoreSnapshots

      public void setRestoreSnapshots(List<RestoreSnapshot> restoreSnapshots)
      Setter for restoreSnapshots. List of snapshots which have been restored against the database.
    • 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