Package com.cloudera.cdp.opdb.model
Class ListSnapshotsResponse
java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.opdb.model.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.
-
Field Summary
Fields inherited from class com.cloudera.cdp.client.CdpResponse
ALTUS_HEADER_REQUESTID, CDP_HEADER_REQUESTID
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for databaseName.Getter for environmentName.Getter for snapshots.Getter for status.Getter for statusReason.int
hashCode()
void
setDatabaseName
(String databaseName) Setter for databaseName.void
setEnvironmentName
(String environmentName) Setter for environmentName.void
setSnapshots
(List<Snapshot> snapshots) Setter for snapshots.void
Setter for status.void
setStatusReason
(String statusReason) Setter for statusReason.toString()
Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestId
Methods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
Constructor Details
-
ListSnapshotsResponse
public ListSnapshotsResponse()
-
-
Method Details
-
getEnvironmentName
Getter for environmentName. The name of the environment. -
setEnvironmentName
Setter for environmentName. The name of the environment. -
getDatabaseName
Getter for databaseName. The name of the database. -
setDatabaseName
Setter for databaseName. The name of the database. -
getSnapshots
Getter for snapshots. List of snapshots. -
setSnapshots
Setter for snapshots. List of snapshots. -
getStatus
Getter for status. The status of the list snapshots. -
setStatus
Setter for status. The status of the list snapshots. -
getStatusReason
Getter for statusReason. Reason for the status. -
setStatusReason
Setter for statusReason. Reason for the status. -
equals
-
hashCode
public int hashCode() -
toString
-