public class LkupResult extends Object implements LookupResult
RESULT_DECRYPTION_FAILURE, RESULT_DEFERRED, RESULT_FAILURE, RESULT_KEY_REQUIRED, RESULT_SECRET_AND_KEY_REQUIRED, RESULT_SECRET_REQUIRED, RESULT_SUCCESS| Constructor and Description |
|---|
LkupResult(int nonce)
Deferred
|
LkupResult(int code,
Destination dest) |
LkupResult(int code,
Destination dest,
int nonce)
Async
|
| Modifier and Type | Method and Description |
|---|---|
Destination |
getDestination() |
int |
getNonce()
For async calls only.
|
int |
getResultCode() |
LkupResult(int nonce)
LkupResult(int code,
Destination dest)
LkupResult(int code,
Destination dest,
int nonce)
public Destination getDestination()
getDestination in interface LookupResultpublic int getNonce()
getNonce in interface LookupResultpublic int getResultCode()
getResultCode in interface LookupResult