public class LookupReply
extends java.lang.Object
IAnalyticsMonitor.lookup(String,int, ILookupCallback)| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getKey()
Get the key used for the lookup
|
java.lang.String |
getValue()
Get the value, if any
|
boolean |
isKeyMatched()
Get whether the key was matched on the server
|
boolean |
isServerReached()
Get whether the server was reached for the lookup
|
boolean |
isTimeout()
Get whether the lookup timed out
|
public java.lang.String getKey()
public boolean isKeyMatched()
public boolean isServerReached()
public boolean isTimeout()
public java.lang.String getValue()