public class SimpleAddress extends Object implements Serializable
Constructor and Description |
---|
SimpleAddress(AsNumber _asNumber) |
SimpleAddress(DistinguishedNameType _distinguishedNameType) |
SimpleAddress(IpAddress _ipAddress) |
SimpleAddress(IpPrefix _ipPrefix) |
SimpleAddress(MacAddress _macAddress) |
SimpleAddress(SimpleAddress source)
Creates a copy from Source Object.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
AsNumber |
getAsNumber() |
DistinguishedNameType |
getDistinguishedNameType() |
IpAddress |
getIpAddress() |
IpPrefix |
getIpPrefix() |
MacAddress |
getMacAddress() |
int |
hashCode() |
String |
stringValue()
Return a String representing the value of this union.
|
String |
toString() |
public SimpleAddress(IpAddress _ipAddress)
public SimpleAddress(IpPrefix _ipPrefix)
public SimpleAddress(MacAddress _macAddress)
public SimpleAddress(DistinguishedNameType _distinguishedNameType)
public SimpleAddress(AsNumber _asNumber)
public SimpleAddress(SimpleAddress source)
source
- Source objectpublic String stringValue()
public IpAddress getIpAddress()
public IpPrefix getIpPrefix()
public MacAddress getMacAddress()
public DistinguishedNameType getDistinguishedNameType()
public AsNumber getAsNumber()
Copyright © 2019 OpenDaylight. All rights reserved.