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-01-23T07:12:41.282-08:00")
public class ListSnapshotsRequest
extends Object
Show Snapshots Request.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for commandId.Getter for databaseName.Getter for environmentName.Getter for fromCreationTime.Getter for tableName.Getter for toCreationTime.int
hashCode()
void
setCommandId
(Long commandId) Setter for commandId.void
setDatabaseName
(String databaseName) Setter for databaseName.void
setEnvironmentName
(String environmentName) Setter for environmentName.void
setFromCreationTime
(ZonedDateTime fromCreationTime) Setter for fromCreationTime.void
setTableName
(String tableName) Setter for tableName.void
setToCreationTime
(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
-