public abstract class Query
Mother of all queries, containing id type and context
private String
id
private QueryType
type
Query(Context context, QueryType type)
String
getID()
QueryType
getType()
JSONObject
toJSON()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
String getID()
Get the ID of the query
QueryType getType()
Get the type of the query
JSONObject toJSON()
Serialize this query to jsonChild would typicaly extends this method to provide extra data