Package 

Class Query


  • 
    public abstract class Query
    
                        

    Mother of all queries, containing id type and context

    • Method Summary

      Modifier and Type Method Description
      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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait