程序包 com.cnosdb.dto
类 QueryResult
java.lang.Object
com.cnosdb.dto.QueryResult
{Purpose of This Type}.
{Other Notes Relating to This Type (Optional)}
- 作者:
- stefan
-
嵌套类概要
嵌套类 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getError()booleanhasError()Checks if this QueryResult has an error message.voidvoidsetResults(List<QueryResult.Result> results) toString()
-
构造器详细资料
-
QueryResult
public QueryResult()
-
-
方法详细资料
-
getResults
- 返回:
- the results
-
setResults
- 参数:
results- the results to set
-
hasError
public boolean hasError()Checks if this QueryResult has an error message.- 返回:
trueif there is an error message,falseif not.
-
getError
- 返回:
- the error
-
setError
- 参数:
error- the error to set
-
toString
-