public class ClsSearchLogs extends AbstractModel
Constructor and Description |
---|
ClsSearchLogs() |
ClsSearchLogs(ClsSearchLogs 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 搜索结果是否已经全部返回
|
ClsLogObject[] |
getResults()
Get 日志内容信息
|
void |
setContext(String Context)
Set 获取更多检索结果的游标
|
void |
setListover(Boolean Listover)
Set 搜索结果是否已经全部返回
|
void |
setResults(ClsLogObject[] 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 ClsSearchLogs()
public ClsSearchLogs(ClsSearchLogs source)
public String getContext()
public void setContext(String Context)
Context
- 获取更多检索结果的游标public Boolean getListover()
public void setListover(Boolean Listover)
Listover
- 搜索结果是否已经全部返回public ClsLogObject[] getResults()
public void setResults(ClsLogObject[] Results)
Results
- 日志内容信息Copyright © 2022. All rights reserved.