Class Response

    • Constructor Summary

      Constructors 
      Constructor Description
      Response​(QueryType queryType, java.lang.String queryID)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getQueryID()
      Get the ID of the query the response is for
      QueryType getQueryType()
      Get the type of the query the response is for
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Response

        public Response​(QueryType queryType,
                        java.lang.String queryID)
        Parameters:
        queryType -
        queryID -
    • Method Detail

      • getQueryID

        public java.lang.String getQueryID()
        Get the ID of the query the response is for
        Returns:
      • getQueryType

        public QueryType getQueryType()
        Get the type of the query the response is for
        Returns: