Class QueryResponse


  • public class QueryResponse
    extends Object
    • Constructor Detail

      • QueryResponse

        public QueryResponse()
    • Method Detail

      • getStatus

        public Status getStatus()
      • setStatus

        public void setStatus​(Status status)
      • getResultType

        public ResultType getResultType()
      • setResultType

        public void setResultType​(ResultType resultType)
      • setResults

        public void setResults​(List<Result> results)
      • getErrorType

        public String getErrorType()
      • setErrorType

        public void setErrorType​(String errorType)
      • getError

        public String getError()
      • setError

        public void setError​(String error)