public class Network extends RateLimitBase
| Constructor and Description | 
|---|
Network()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getGateway()  | 
java.lang.String | 
getIpAddress()  | 
java.lang.String | 
getNetmask()  | 
java.lang.String | 
getType()  | 
void | 
setGateway(java.lang.String gateway)  | 
void | 
setIpAddress(java.lang.String ipAddress)  | 
void | 
setNetmask(java.lang.String netmask)  | 
void | 
setType(java.lang.String type)  | 
java.lang.String | 
toString()  | 
getRateLimit, setRateLimitpublic java.lang.String toString()
toString in class RateLimitBasepublic java.lang.String getIpAddress()
public void setIpAddress(java.lang.String ipAddress)
ipAddress - the ipAddress to setpublic java.lang.String getNetmask()
public void setNetmask(java.lang.String netmask)
netmask - the netmask to setpublic java.lang.String getGateway()
public void setGateway(java.lang.String gateway)
gateway - the gateway to setpublic java.lang.String getType()
public void setType(java.lang.String type)
type - the type to set
Copyright ©  myjeeva blog, All rights reserved. 
The copyright of the pages and contents on this website is with myjeeva.com and the content is licensed under Creative Commons – Attribution-ShareAlike 4.0 International (CC BY-SA 4.0). Libraries and code snippets on myjeeva blog has license information.