public class AppVersion extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static AppVersion |
EmptyVersion |
Modifier and Type | Method and Description |
---|---|
int |
getBuild() |
int |
getMajor() |
int |
getMinor() |
String |
getOriginal() |
boolean |
isSnapshot() |
static AppVersion |
parse(String versionString) |
void |
setBuild(int build) |
String |
toJsonString() |
String |
toString() |
public static final AppVersion EmptyVersion
public static AppVersion parse(String versionString)
public int getMajor()
public int getMinor()
public String getOriginal()
public boolean isSnapshot()
public void setBuild(int build)
public int getBuild()
public String toJsonString()
Copyright © 2004-2015. All Rights Reserved.