Class ListSnapshotsResponse


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

    • ListSnapshotsResponse

      public ListSnapshotsResponse()
  • 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.
    • getSnapshots

      public List<Snapshot> getSnapshots()
      Getter for snapshots. List of snapshots.
    • setSnapshots

      public void setSnapshots(List<Snapshot> snapshots)
      Setter for snapshots. List of snapshots.
    • getStatus

      public String getStatus()
      Getter for status. The status of the list snapshots.
    • setStatus

      public void setStatus(String status)
      Setter for status. The status of the list snapshots.
    • getStatusReason

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

      public void setStatusReason(String statusReason)
      Setter for statusReason. Reason for the status.
    • 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