程序包 com.cnosdb.dto

类 QueryResult.Result

java.lang.Object
com.cnosdb.dto.QueryResult.Result
封闭类:
QueryResult

public static class QueryResult.Result extends Object
  • 构造器详细资料

    • Result

      public Result()
  • 方法详细资料

    • getSeries

      public List<QueryResult.Series> getSeries()
      返回:
      the series
    • setSeries

      public void setSeries(List<QueryResult.Series> series)
      参数:
      series - the series to set
    • hasError

      public boolean hasError()
      Checks if this Result 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