public class SnapshotVersion extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
private int |
buildNumber
The incremental build number of the snapshot.
|
private static long |
serialVersionUID |
private String |
timestamp
The unique timestamp for the snapshot version.
|
| 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.
|
private int buildNumber
private static final long serialVersionUID
public SnapshotVersion()
public int getBuildNumber()
public String getTimestamp()
public void setBuildNumber(int buildNumber)
buildNumber - public void setTimestamp(String timestamp)
timestamp - Copyright © 2006–2023 The Apache Software Foundation. All rights reserved.