![]() |
|
Contents |
Public Member Functions | |
| NTNumericCredential (long token) | |
| Constructs an instance wit the token passed. | |
| boolean | equals (Object obj) |
| Tests two objects for equality. | |
| long | getToken () |
| Returns stored token. | |
| int | hashCode () |
| Returns hashCode for this object. | |
| String | toString () |
| Returns String representation of this object. | |
Private Attributes | |
| long | token |
| NTNumericCredential | ( | long | token | ) |
Constructs an instance wit the token passed.
| boolean equals | ( | Object | obj | ) |
Tests two objects for equality.
Two objects are considered equal if they both represent NTNumericCredential and they both have the same token value.
| long getToken | ( | ) |
Returns stored token.
| int hashCode | ( | ) |
Returns hashCode for this object.
| String toString | ( | ) |
Returns String representation of this object.
long token [private] |