public class SnapshotVersion extends Object implements Serializable
Constructor and Description |
---|
SnapshotVersion() |
Modifier and Type | Method and Description |
---|---|
int |
getBuildNumber()
Get the incremental build number of the snapshot.
|
String |
getTimestamp()
Get the unique timestamp for the snapshot version.
|
void |
setBuildNumber(int buildNumber)
Set the incremental build number of the snapshot.
|
void |
setTimestamp(String timestamp)
Set the unique timestamp for the snapshot version.
|
public SnapshotVersion()
public int getBuildNumber()
public String getTimestamp()
public void setBuildNumber(int buildNumber)
buildNumber
- public void setTimestamp(String timestamp)
timestamp
- Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.