T - system information (SystemConfigReq/SystemConfigRsp)public class TeamConfig<T extends SystemConfigReq> extends Object
| Constructor and Description |
|---|
TeamConfig() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
IpAddress |
getExtIp()
Gets the team external IP address.
|
String |
getName()
Gets the team name.
|
List<T> |
getSystems()
Gets the configuration of all the systems in a team.
|
String |
getVersion() |
int |
hashCode() |
void |
setExtIp(IpAddress extIpAddr)
Sets the team external IP address.
|
void |
setName(String name)
Sets the team name.
|
void |
setSystems(List<T> systems)
Sets the system configuration list.
|
void |
setVersion(String version) |
String |
toString() |
public String getName()
public void setName(String name)
name - the team name to setpublic IpAddress getExtIp()
public void setExtIp(IpAddress extIpAddr)
extIpAddr - the team external IP addresspublic String getVersion()
public void setVersion(String version)
version - the version to setpublic List<T> getSystems()
public void setSystems(List<T> systems)
systems - the system configuration listCopyright © 2014. All Rights Reserved.