public class SnapshotVersion extends Object implements Serializable, Cloneable
| Constructor and Description | 
|---|
| SnapshotVersion() | 
| Modifier and Type | Method and Description | 
|---|---|
| SnapshotVersion | clone()Method clone. | 
| String | getClassifier()Get the classifier of the sub-artifact. | 
| String | getExtension()Get the file extension of thesub-artifact. | 
| String | getUpdated()Get the timestamp when this version information was last
 updated. | 
| String | getVersion()Get the resolved snapshot version of the sub-artifact. | 
| void | setClassifier(String classifier)Set the classifier of the sub-artifact. | 
| void | setExtension(String extension)Set the file extension of thesub-artifact. | 
| void | setUpdated(String updated)Set the timestamp when this version information was last
 updated. | 
| void | setVersion(String version)Set the resolved snapshot version of the sub-artifact. | 
public SnapshotVersion clone()
public String getClassifier()
public String getExtension()
public String getUpdated()
public String getVersion()
public void setClassifier(String classifier)
classifier - public void setExtension(String extension)
extension - public void setUpdated(String updated)
updated - public void setVersion(String version)
version - Copyright © 2001–2018 The Apache Software Foundation. All rights reserved.