public class IpBean extends Object
| Constructor and Description |
|---|
IpBean() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDnsServer() |
String |
getGateway() |
String |
getIpAddress() |
String |
getPrefixLength() |
void |
setDnsServer(String dnsServer) |
void |
setGateway(String gateway) |
void |
setIpAddress(String ipAddress) |
void |
setPrefixLength(String prefixLength) |
String |
toString() |
public String getDnsServer()
public String getGateway()
public String getIpAddress()
public String getPrefixLength()
public void setDnsServer(String dnsServer)
public void setGateway(String gateway)
public void setIpAddress(String ipAddress)
public void setPrefixLength(String prefixLength)