public final class Version
The structure representing a version of the SDK.
private final Integer
major
minor
patch
Version(Integer major, Integer minor, Integer patch)
final Integer
getMajor()
getMinor()
getPatch()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final Integer getMajor()
final Integer getMinor()
final Integer getPatch()