public class ServerInfo extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected OADateTime |
created
created time
|
protected boolean |
discoveryEnabled |
protected String |
hostName
server information
|
protected String |
ipAddress |
protected String |
version |
Constructor and Description |
---|
ServerInfo() |
Modifier and Type | Method and Description |
---|---|
OADateTime |
getCreated() |
String |
getHostName() |
String |
getIpAddress() |
String |
getVersion() |
boolean |
isDiscoveryEnabled() |
boolean |
isStarted() |
boolean |
isSuspended() |
void |
setCreated(OADateTime newValue) |
void |
setDiscoveryEnabled(boolean b) |
void |
setHostName(String newValue) |
void |
setIpAddress(String newValue) |
void |
setStarted(boolean started) |
void |
setSuspended(boolean suspended) |
void |
setVersion(String newValue) |
protected OADateTime created
protected String hostName
protected String ipAddress
protected String version
protected boolean discoveryEnabled
public OADateTime getCreated()
public void setCreated(OADateTime newValue)
public String getIpAddress()
public void setIpAddress(String newValue)
public String getHostName()
public void setHostName(String newValue)
public String getVersion()
public void setVersion(String newValue)
public boolean isStarted()
public void setStarted(boolean started)
public boolean isSuspended()
public void setSuspended(boolean suspended)
public boolean isDiscoveryEnabled()
public void setDiscoveryEnabled(boolean b)
Copyright © 1999–2019 ViaOA. All rights reserved.