java.io.Serializable, java.lang.Cloneablepublic class Snapshot
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
| Constructor | Description |
|---|---|
Snapshot() |
| Modifier and Type | Method | Description |
|---|---|---|
Snapshot |
clone() |
Method clone.
|
int |
getBuildNumber() |
Get the incremental build number.
|
java.lang.String |
getTimestamp() |
Get the time it was deployed.
|
boolean |
isLocalCopy() |
Get whether to use a local copy instead (with filename that
includes the base version).
|
void |
setBuildNumber(int buildNumber) |
Set the incremental build number.
|
void |
setLocalCopy(boolean localCopy) |
Set whether to use a local copy instead (with filename that
includes the base version).
|
void |
setTimestamp(java.lang.String timestamp) |
Set the time it was deployed.
|
public Snapshot clone()
clone in class java.lang.Objectpublic int getBuildNumber()
public java.lang.String getTimestamp()
public boolean isLocalCopy()
public void setBuildNumber(int buildNumber)
buildNumber - public void setLocalCopy(boolean localCopy)
localCopy - public void setTimestamp(java.lang.String timestamp)
timestamp -