Class TableSnapshot
- java.lang.Object
- 
- com.ibm.cloud.sdk.core.service.model.GenericModel
- 
- com.ibm.cloud.watsonxdata.watsonx_data.v1.model.TableSnapshot
 
 
- 
- All Implemented Interfaces:
- com.ibm.cloud.sdk.core.service.model.ObjectModel
 
 public class TableSnapshot extends com.ibm.cloud.sdk.core.service.model.GenericModelTableSnapshot.
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCommittedAt()Gets the committedAt.java.lang.StringgetOperation()Gets the operation.java.lang.StringgetSnapshotId()Gets the snapshotId.java.util.Map<java.lang.String,java.lang.Object>getSummary()Gets the summary.
 
- 
- 
- 
Method Detail- 
getOperationpublic java.lang.String getOperation() Gets the operation. Operation.- Returns:
- the operation
 
 - 
getSnapshotIdpublic java.lang.String getSnapshotId() Gets the snapshotId. Snapshot id.- Returns:
- the snapshotId
 
 - 
getSummarypublic java.util.Map<java.lang.String,java.lang.Object> getSummary() Gets the summary. Summary.- Returns:
- the summary
 
 - 
getCommittedAtpublic java.lang.String getCommittedAt() Gets the committedAt. Committed at.- Returns:
- the committedAt
 
 
- 
 
-