public interface Snapshot
SnapshotManager.createSnapshot(Map, Date)
for details.
Modifier and Type | Method and Description |
---|---|
java.util.Date |
getCreationDate()
Returns the date the snapshot is created.
|
java.util.Date |
getExpiryDate()
Returns the expiry date used to create the snapshot or null if the snapshot never expires.
|
java.util.Map<java.lang.String,java.lang.String> |
getFields()
Returns a map of snapshot fields that contain key value pairs (additional information for a snapshot) or null if no additional information exists.
|
java.lang.String |
getSnapshotId()
Returns the snapshot id which is a unique identifier generated automatically and cannot be changed.
|
java.lang.String getSnapshotId()
java.util.Date getCreationDate()
java.util.Date getExpiryDate()
java.util.Map<java.lang.String,java.lang.String> getFields()