Package com.cloudera.cdp.opdb.model
Class Snapshot
java.lang.Object
com.cloudera.cdp.opdb.model.Snapshot
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-01-23T07:12:41.282-08:00")
public class Snapshot
extends Object
An instance of a table's snapshot.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for commandID.Getter for creationTime.Getter for failureReason.Getter for snapshotLocation.Getter for snapshotName.Getter for status.Getter for tableName.int
hashCode()
void
setCommandID
(Long commandID) Setter for commandID.void
setCreationTime
(Long creationTime) Setter for creationTime.void
setFailureReason
(String failureReason) Setter for failureReason.void
setSnapshotLocation
(String snapshotLocation) Setter for snapshotLocation.void
setSnapshotName
(String snapshotName) Setter for snapshotName.void
Setter for status.void
setTableName
(String tableName) Setter for tableName.toString()
-
Constructor Details
-
Snapshot
public Snapshot()
-
-
Method Details
-
getTableName
Getter for tableName. The table name. -
setTableName
Setter for tableName. The table name. -
getSnapshotName
Getter for snapshotName. The name of the snapshot. -
setSnapshotName
Setter for snapshotName. The name of the snapshot. -
getCreationTime
Getter for creationTime. The creation time of the snapshot. -
setCreationTime
Setter for creationTime. The creation time of the snapshot. -
getStatus
Getter for status. The status of the snapshot. -
setStatus
Setter for status. The status of the snapshot. -
getCommandID
Getter for commandID. The submitted Command ID of the snapshot. -
setCommandID
Setter for commandID. The submitted Command ID of the snapshot. -
getSnapshotLocation
Getter for snapshotLocation. The location of the snapshot. -
setSnapshotLocation
Setter for snapshotLocation. The location of the snapshot. -
getFailureReason
Getter for failureReason. Reason for the failure in case of snapshot creation failed. -
setFailureReason
Setter for failureReason. Reason for the failure in case of snapshot creation failed. -
equals
-
hashCode
public int hashCode() -
toString
-