public class LogResObject extends AbstractModel
Constructor and Description |
---|
LogResObject() |
LogResObject(LogResObject source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getContext()
Get 获取更多检索结果的游标
|
Boolean |
getListOver()
Get 搜索结果是否已经全部返回
|
LogObject[] |
getResults()
Get 日志内容信息
|
void |
setContext(String Context)
Set 获取更多检索结果的游标
|
void |
setListOver(Boolean ListOver)
Set 搜索结果是否已经全部返回
|
void |
setResults(LogObject[] Results)
Set 日志内容信息
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public LogResObject()
public LogResObject(LogResObject source)
public String getContext()
public void setContext(String Context)
Context
- 获取更多检索结果的游标public Boolean getListOver()
public void setListOver(Boolean ListOver)
ListOver
- 搜索结果是否已经全部返回public LogObject[] getResults()
public void setResults(LogObject[] Results)
Results
- 日志内容信息Copyright © 2022. All rights reserved.