@Immutable public final class AccessTokenHash extends Identifier
at_hash
). This class is immutable.
Related specifications:
DEFAULT_BYTE_LENGTH
Constructor and Description |
---|
AccessTokenHash(String value)
Creates a new access token hash with the specified value.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object)
Overrides
Object.equals() . |
getValue, hashCode, toJSONString, toString
public AccessTokenHash(String value)
value
- The access token hash value. Must not be null
.public boolean equals(Object object)
Identifier
Object.equals()
.equals
in class Identifier
object
- The object to compare to.true
if the objects have the same value, otherwise
false
.Copyright © 2013 NimbusDS. All Rights Reserved.