public static final class Server.Addresses.Address extends Object implements Serializable
Constructor and Description |
---|
Address() |
Modifier and Type | Method and Description |
---|---|
String |
getAddr() |
String |
getMacAddr() |
String |
getType() |
String |
getVersion() |
void |
setAddr(String addr) |
void |
setMacAddr(String macAddr) |
void |
setType(String type) |
void |
setVersion(String version) |
public String getMacAddr()
public String getVersion()
public String getAddr()
public String getType()
public void setVersion(String version)
version
- the version to setpublic void setAddr(String addr)
addr
- the addr to setpublic void setType(String type)
type
- the type to setpublic void setMacAddr(String macAddr)
macAddr
- the mac addr to setCopyright © 2012–2016. All rights reserved.