public class IpPrefix extends Object implements Serializable
Constructor and Description |
---|
IpPrefix(char[] _value)
Constructor provided only for using in JMX.
|
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() |
char[] |
getValue() |
int |
hashCode() |
String |
toString() |
public IpPrefix(Ipv4Prefix _ipv4Prefix)
public IpPrefix(Ipv6Prefix _ipv6Prefix)
@ConstructorProperties(value="value") public IpPrefix(char[] _value)
public IpPrefix(IpPrefix source)
source
- Source objectpublic Ipv4Prefix getIpv4Prefix()
public Ipv6Prefix getIpv6Prefix()
public char[] getValue()
Copyright © 2018 OpenDaylight. All rights reserved.