程序包 com.cnosdb.dto

类 QueryResult

java.lang.Object
com.cnosdb.dto.QueryResult

public class QueryResult extends Object
{Purpose of This Type}. {Other Notes Relating to This Type (Optional)}
作者:
stefan
  • 构造器详细资料

    • QueryResult

      public QueryResult()
  • 方法详细资料

    • getResults

      public List<QueryResult.Result> getResults()
      返回:
      the results
    • setResults

      public void setResults(List<QueryResult.Result> results)
      参数:
      results - the results to set
    • hasError

      public boolean hasError()
      Checks if this QueryResult has an error message.
      返回:
      true if there is an error message, false if not.
    • getError

      public String getError()
      返回:
      the error
    • setError

      public void setError(String error)
      参数:
      error - the error to set
    • toString

      public String toString()
      覆盖:
      toString 在类中 Object