public class ServerInfo extends Object
| Constructor and Description |
|---|
ServerInfo()
Instantiates a new ServerInfo info.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getEndpointType() |
String |
getName()
Gets the name.
|
String |
getOs()
Gets the os.
|
String |
getVer()
Gets the ver.
|
void |
setEndpointType(String endpointType) |
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 verpublic String getEndpointType()
public void setEndpointType(String endpointType)
Copyright © 2021. All rights reserved.