public class AppVersion extends Object implements Comparable<AppVersion>, Serializable
| Constructor and Description |
|---|
AppVersion() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(AppVersion another) |
boolean |
equals(Object obj) |
Integer |
getBuild() |
int |
getMajor() |
int |
getMinor() |
Integer |
getRevision() |
static AppVersion |
parse(String version) |
String |
toString() |
public static AppVersion parse(String version)
public int compareTo(AppVersion another)
compareTo in interface Comparable<AppVersion>public int getMajor()
public int getMinor()
public Integer getBuild()
public Integer getRevision()
Copyright © 2019. All rights reserved.