public class Platform extends Object
| Constructor and Description |
|---|
Platform() |
Platform(String name,
Short version,
Short minorVersion,
Short revisionVersion,
Short buildVersion) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
short |
getBuildVersion() |
short |
getMinorVersion() |
String |
getName() |
short |
getRevisionVersion() |
short |
getVersion() |
int |
hashCode() |
public String getName()
public short getVersion()
public short getMinorVersion()
public short getRevisionVersion()
public short getBuildVersion()
Copyright © 2019. All Rights Reserved.