public class NetIPNet extends Object implements Serializable
| Constructor and Description |
|---|
NetIPNet()
No args constructor for use in serialization
|
NetIPNet(String s) |
NetIPNet(String ip,
String mask) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
String |
getIp() |
String |
getMask() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setIp(String ip) |
void |
setMask(String mask) |
public NetIPNet()
public NetIPNet(String s)
Copyright © 2015–2016 Red Hat. All rights reserved.