public class OSInfo extends APIBean
| Constructor and Description |
|---|
OSInfo()
Default constructor
|
OSInfo(IOSType name,
java.lang.String version,
java.lang.String vendor)
Constructor used by implementation to set the OS information.
|
| Modifier and Type | Method and Description |
|---|---|
IOSType |
getName()
Returns the name of the operating system.
|
java.lang.String |
getVendor()
Returns the vendor of the operating system.
|
java.lang.String |
getVersion()
Returns the version of the operating system.
|
void |
setName(IOSType name)
Sets The name of the operating system.
|
void |
setVendor(java.lang.String vendor)
Sets The vendor of the operating system.
|
void |
setVersion(java.lang.String version)
Sets The version/identifier of the operating system.
|
public OSInfo()
public OSInfo(IOSType name, java.lang.String version, java.lang.String vendor)
name - of the OS.version - of the OS.vendor - of the OS.public IOSType getName()
public void setName(IOSType name)
name - The name of the operating system.public java.lang.String getVendor()
public void setVendor(java.lang.String vendor)
vendor - The vendor of the operating system.public java.lang.String getVersion()
public void setVersion(java.lang.String version)
version - The version/identifier of the operating system.