public class Network extends RateLimitBase
Constructor and Description |
---|
Network() |
Modifier and Type | Method and Description |
---|---|
String |
getGateway() |
String |
getIpAddress() |
String |
getNetmask() |
String |
getType() |
void |
setGateway(String gateway) |
void |
setIpAddress(String ipAddress) |
void |
setNetmask(String netmask) |
void |
setType(String type) |
String |
toString() |
getRateLimit, setRateLimit
public String toString()
toString
in class RateLimitBase
public String getIpAddress()
public void setIpAddress(String ipAddress)
ipAddress
- the ipAddress to setpublic String getNetmask()
public void setNetmask(String netmask)
netmask
- the netmask to setpublic String getGateway()
public void setGateway(String gateway)
gateway
- the gateway to setpublic String getType()
public void setType(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.