-
public abstract class ResponseA response from server to a query
-
-
Method Summary
Modifier and Type Method Description StringgetQueryID()Get the ID of the query the response is for QueryTypegetQueryType()Get the type of the query the response is for -
-
Method Detail
-
getQueryID
String getQueryID()
Get the ID of the query the response is for
-
getQueryType
QueryType getQueryType()
Get the type of the query the response is for
-
-
-
-