Class TableSnapshot

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class TableSnapshot
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    TableSnapshot.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCommittedAt()
      Gets the committedAt.
      java.lang.String getOperation()
      Gets the operation.
      java.lang.String getSnapshotId()
      Gets the snapshotId.
      java.util.Map<java.lang.String,​java.lang.Object> getSummary()
      Gets the summary.
      • Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getOperation

        public java.lang.String getOperation()
        Gets the operation. Operation.
        Returns:
        the operation
      • getSnapshotId

        public java.lang.String getSnapshotId()
        Gets the snapshotId. Snapshot id.
        Returns:
        the snapshotId
      • getSummary

        public java.util.Map<java.lang.String,​java.lang.Object> getSummary()
        Gets the summary. Summary.
        Returns:
        the summary
      • getCommittedAt

        public java.lang.String getCommittedAt()
        Gets the committedAt. Committed at.
        Returns:
        the committedAt