public class IpAddress extends Object implements Serializable
Constructor and Description |
---|
IpAddress(IpAddress source)
Creates a copy from Source Object.
|
IpAddress(Ipv4Address _ipv4Address) |
IpAddress(Ipv6Address _ipv6Address) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Ipv4Address |
getIpv4Address() |
Ipv6Address |
getIpv6Address() |
int |
hashCode() |
String |
stringValue()
Return a String representing the value of this union.
|
String |
toString() |
public IpAddress(Ipv4Address _ipv4Address)
public IpAddress(Ipv6Address _ipv6Address)
public IpAddress(IpAddress source)
source
- Source objectpublic String stringValue()
public Ipv4Address getIpv4Address()
public Ipv6Address getIpv6Address()
Copyright © 2019 OpenDaylight. All rights reserved.