public final class IpPrefix extends Object
| Constructor and Description |
|---|
IpPrefix(IpPrefixUnion union)
Creates an instance of union.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static IpPrefix |
fromString(String valInString)
Returns the object of ipPrefix fromString input String ipPrefix.
|
int |
hashCode() |
static IpPrefix |
of(IpPrefixUnion value)
Returns the object of ipPrefix for type union.
|
String |
toString() |
IpPrefixUnion |
union()
Returns the attribute union.
|
void |
union(IpPrefixUnion union)
Sets the attribute union.
|
public IpPrefix(IpPrefixUnion union)
union - value of unionpublic static IpPrefix of(IpPrefixUnion value)
value - value of ipPrefix for type unionpublic IpPrefixUnion union()
public void union(IpPrefixUnion union)
union - value of unionCopyright © 2018. All rights reserved.