Package com.cloudera.cdp.opdb.model
Class ListSnapshotsRequest
java.lang.Object
com.cloudera.cdp.opdb.model.ListSnapshotsRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:29.478-07:00")
public class ListSnapshotsRequest
extends Object
Show Snapshots Request.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for commandId.Getter for databaseName.Getter for environmentName.Getter for fromCreationTime.Getter for tableName.Getter for toCreationTime.inthashCode()voidsetCommandId(Long commandId) Setter for commandId.voidsetDatabaseName(String databaseName) Setter for databaseName.voidsetEnvironmentName(String environmentName) Setter for environmentName.voidsetFromCreationTime(ZonedDateTime fromCreationTime) Setter for fromCreationTime.voidsetTableName(String tableName) Setter for tableName.voidsetToCreationTime(ZonedDateTime toCreationTime) Setter for toCreationTime.toString()
-
Constructor Details
-
ListSnapshotsRequest
public ListSnapshotsRequest()
-
-
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. -
getTableName
Getter for tableName. The table name. -
setTableName
Setter for tableName. The table name. -
getCommandId
Getter for commandId. The submitted Command ID of the snapshots. -
setCommandId
Setter for commandId. The submitted Command ID of the snapshots. -
getFromCreationTime
Getter for fromCreationTime. The creation time of the snapshots to search (inclusive). -
setFromCreationTime
Setter for fromCreationTime. The creation time of the snapshots to search (inclusive). -
getToCreationTime
Getter for toCreationTime. The ending time of the snapshot creation to search (inclusive). -
setToCreationTime
Setter for toCreationTime. The ending time of the snapshot creation to search (inclusive). -
equals
-
hashCode
public int hashCode() -
toString
-