public class LkupResult extends Object implements LookupResult
RESULT_DECRYPTION_FAILURE, RESULT_FAILURE, RESULT_KEY_REQUIRED, RESULT_SECRET_AND_KEY_REQUIRED, RESULT_SECRET_REQUIRED, RESULT_SUCCESS
Constructor and Description |
---|
LkupResult(int code,
Destination dest) |
Modifier and Type | Method and Description |
---|---|
Destination |
getDestination() |
int |
getResultCode() |
LkupResult(int code, Destination dest)
public int getResultCode()
getResultCode
in interface LookupResult
public Destination getDestination()
getDestination
in interface LookupResult