public class ServerInfo extends Object
| Constructor and Description |
|---|
ServerInfo()
Instantiates a new endpoint info.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the name.
|
String |
getOs()
Gets the os.
|
String |
getVer()
Gets the ver.
|
void |
setName(String name)
Sets the name.
|
void |
setOs(String os)
Sets the os.
|
void |
setVer(String ver)
Sets the ver.
|
public String getName()
public void setName(String name)
name - the new namepublic String getOs()
public void setOs(String os)
os - the new ospublic String getVer()
public void setVer(String ver)
ver - the new verCopyright © 2016. All rights reserved.