public final class IpPrefixUnion extends Object
| Constructor and Description |
|---|
IpPrefixUnion(Ipv4Prefix ipv4Prefix)
Creates an instance of ipv4Prefix.
|
IpPrefixUnion(Ipv6Prefix ipv6Prefix)
Creates an instance of ipv6Prefix.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static IpPrefixUnion |
fromString(String valInString)
Returns the object of ipPrefixUnion fromString input String ipPrefixUnion.
|
int |
hashCode() |
Ipv4Prefix |
ipv4Prefix()
Returns the attribute ipv4Prefix.
|
void |
ipv4Prefix(Ipv4Prefix ipv4Prefix)
Sets the attribute ipv4Prefix.
|
Ipv6Prefix |
ipv6Prefix()
Returns the attribute ipv6Prefix.
|
void |
ipv6Prefix(Ipv6Prefix ipv6Prefix)
Sets the attribute ipv6Prefix.
|
static IpPrefixUnion |
of(Ipv4Prefix value)
Returns the object of ipPrefixUnion for type ipv4Prefix.
|
static IpPrefixUnion |
of(Ipv6Prefix value)
Returns the object of ipPrefixUnion for type ipv6Prefix.
|
String |
toString() |
public IpPrefixUnion(Ipv4Prefix ipv4Prefix)
ipv4Prefix - value of ipv4Prefixpublic IpPrefixUnion(Ipv6Prefix ipv6Prefix)
ipv6Prefix - value of ipv6Prefixpublic static IpPrefixUnion of(Ipv4Prefix value)
value - value of ipPrefixUnion for type ipv4Prefixpublic static IpPrefixUnion of(Ipv6Prefix value)
value - value of ipPrefixUnion for type ipv6Prefixpublic Ipv4Prefix ipv4Prefix()
public Ipv6Prefix ipv6Prefix()
public void ipv4Prefix(Ipv4Prefix ipv4Prefix)
ipv4Prefix - value of ipv4Prefixpublic void ipv6Prefix(Ipv6Prefix ipv6Prefix)
ipv6Prefix - value of ipv6Prefixpublic static IpPrefixUnion fromString(String valInString)
valInString - value of input StringCopyright © 2017. All rights reserved.