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-10-28T14:00:29.478-07: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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for databaseName.Getter for environmentName.Getter for snapshots.Getter for status.Getter for statusReason.inthashCode()voidsetDatabaseName(String databaseName) Setter for databaseName.voidsetEnvironmentName(String environmentName) Setter for environmentName.voidsetSnapshots(List<Snapshot> snapshots) Setter for snapshots.voidSetter for status.voidsetStatusReason(String statusReason) Setter for statusReason.toString()Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestIdMethods 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
-