Package cn.leancloud.query
Class LCCloudQueryResult
java.lang.Object
cn.leancloud.query.LCCloudQueryResult
CloudQuery的返回值
包含符合CloudQuery的一组对象 和 符合query的对象数(在指定了count查询的时候 比如:"select count(*) from _User")
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetCount()voidsetCount(int count) voidsetResults(List<? extends LCObject> results)
-
Constructor Details
-
LCCloudQueryResult
public LCCloudQueryResult()
-
-
Method Details
-
getResults
-
setResults
-
getCount
public int getCount() -
setCount
public void setCount(int count)
-