public class LCQueryResult extends Object
Constructor and Description |
---|
LCQueryResult() |
Modifier and Type | Method and Description |
---|---|
static LCQueryResult |
fromJSONString(String content) |
String |
getClassName() |
int |
getCount() |
List<LCObject> |
getResults() |
void |
setClassName(String className) |
void |
setCount(int count) |
void |
setResults(List<LCObject> results) |
String |
toJSONString() |
String |
toString() |
public int getCount()
public void setCount(int count)
public String getClassName()
public void setClassName(String className)
public String toJSONString()
public static LCQueryResult fromJSONString(String content)
Copyright © 2020, 美味书签(北京)信息技术有限公司 All rights reserved.