public class IpPrefix extends Object implements Serializable
Constructor and Description |
---|
IpPrefix(IpPrefix source)
Creates a copy from Source Object.
|
IpPrefix(Ipv4Prefix _ipv4Prefix) |
IpPrefix(Ipv6Prefix _ipv6Prefix) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Ipv4Prefix |
getIpv4Prefix() |
Ipv6Prefix |
getIpv6Prefix() |
int |
hashCode() |
String |
stringValue()
Return a String representing the value of this union.
|
String |
toString() |
public IpPrefix(Ipv4Prefix _ipv4Prefix)
public IpPrefix(Ipv6Prefix _ipv6Prefix)
public IpPrefix(IpPrefix source)
source
- Source objectpublic String stringValue()
public Ipv4Prefix getIpv4Prefix()
public Ipv6Prefix getIpv6Prefix()
Copyright © 2019 OpenDaylight. All rights reserved.