public class LispDistinguishedNameAddress extends LispAfiAddress
| Modifier and Type | Class and Description |
|---|---|
static class |
LispDistinguishedNameAddress.DistinguishedNameAddressReader
Distinguished name address reader class.
|
static class |
LispDistinguishedNameAddress.DistinguishedNameAddressWriter
Distinguished name address writer class.
|
LispAfiAddress.AfiAddressReader, LispAfiAddress.AfiAddressWriter| Constructor and Description |
|---|
LispDistinguishedNameAddress(String distinguishedName)
Initializes LISP locator's distinguished name address with AFI enum.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDistinguishedName()
Obtains LISP locator's distinguished name address.
|
int |
hashCode() |
String |
toString() |
getAfipublic LispDistinguishedNameAddress(String distinguishedName)
distinguishedName - distinguished name addresspublic String getDistinguishedName()
public int hashCode()
hashCode in class LispAfiAddresspublic boolean equals(Object obj)
equals in class LispAfiAddress