-
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
@NonNull() String getQueryID()
Get the ID of the query the response is for
-
getQueryType
@NonNull() QueryType getQueryType()
Get the type of the query the response is for
-
-
-
-