@Immutable public final class AuthorizedParty extends Identifier
DEFAULT_BYTE_LENGTH| Constructor and Description |
|---|
AuthorizedParty(String value)
Creates a new authorised party identifier with the specified value.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object)
Overrides
Object.equals(). |
compareTo, getValue, hashCode, toJSONString, toStringpublic AuthorizedParty(String value)
value - The authorised party value. Must not be null
or empty string.public boolean equals(Object object)
IdentifierObject.equals().equals in class Identifierobject - The object to compare to.true if the objects have the same value, otherwise
false.Copyright © 2015 Connect2id Ltd.. All Rights Reserved.