public class FileSnapshotRestRep extends FileObjectRestRep
| Constructor and Description |
|---|
FileSnapshotRestRep() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getNativeId()
ID of the snapshot, as exported by the array.
|
RelatedResourceRep |
getParent()
URI and reference link to the file share that is the
source of the snapshot.
|
java.lang.String |
getTimestamp()
Time instant when the snapshot was created.
|
void |
setNativeId(java.lang.String nativeId) |
void |
setParent(RelatedResourceRep parent) |
void |
setTimestamp(java.lang.String timestamp) |
getMountPath, setMountPathgetCreationTime, getGlobal, getId, getInactive, getInternal, getLink, getName, getRemote, getTags, getVdc, setCreationTime, setGlobal, setId, setInactive, setInternal, setLink, setName, setRemote, setTags, setVdc, toStringpublic java.lang.String getNativeId()
public void setNativeId(java.lang.String nativeId)
public RelatedResourceRep getParent()
public void setParent(RelatedResourceRep parent)
public java.lang.String getTimestamp()
public void setTimestamp(java.lang.String timestamp)