public class IpAddressNoZone extends Object implements Serializable
Constructor and Description |
---|
IpAddressNoZone(IpAddressNoZone source)
Creates a copy from Source Object.
|
IpAddressNoZone(Ipv4AddressNoZone _ipv4AddressNoZone) |
IpAddressNoZone(Ipv6AddressNoZone _ipv6AddressNoZone) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Ipv4AddressNoZone |
getIpv4AddressNoZone() |
Ipv6AddressNoZone |
getIpv6AddressNoZone() |
int |
hashCode() |
String |
stringValue()
Return a String representing the value of this union.
|
String |
toString() |
public IpAddressNoZone(Ipv4AddressNoZone _ipv4AddressNoZone)
public IpAddressNoZone(Ipv6AddressNoZone _ipv6AddressNoZone)
public IpAddressNoZone(IpAddressNoZone source)
source
- Source objectpublic String stringValue()
public Ipv4AddressNoZone getIpv4AddressNoZone()
public Ipv6AddressNoZone getIpv6AddressNoZone()
Copyright © 2019 OpenDaylight. All rights reserved.