public static class OperatingSystem.OSVersionInfo extends Object
| Constructor and Description |
|---|
OSVersionInfo(String version,
String codeName,
String buildNumber) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBuildNumber()
Gets the operating system build number.
|
String |
getCodeName()
Gets the operating system codename.
|
String |
getVersion()
Gets the operating system version.
|
String |
toString() |
public String getVersion()
null.public String getCodeName()
null.public String getBuildNumber()
null.Copyright © 2010–2019 oshi. All rights reserved.