public class Platform extends Object implements Serializable
| Constructor and Description |
|---|
Platform() |
| Modifier and Type | Method and Description |
|---|---|
String |
getOs() |
String |
getOsDisplayName() |
void |
setOs(String os) |
void |
setOsDisplayName(String osDisplayName) |
public String getOs()
public void setOs(String os)
os - The ospublic String getOsDisplayName()
public void setOsDisplayName(String osDisplayName)
osDisplayName - The os_display_nameCopyright © 2020. All rights reserved.