public class ClsSearchLogs extends AbstractModel
header, skipSign
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 Cursor for more search results
|
Boolean |
getListover()
Get Whether all search results have been returned
|
ClsLogObject[] |
getResults()
Get Log content information
|
void |
setContext(String Context)
Set Cursor for more search results
|
void |
setListover(Boolean Listover)
Set Whether all search results have been returned
|
void |
setResults(ClsLogObject[] Results)
Set Log content information
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ClsSearchLogs()
public ClsSearchLogs(ClsSearchLogs source)
public String getContext()
public void setContext(String Context)
Context
- Cursor for more search resultspublic Boolean getListover()
public void setListover(Boolean Listover)
Listover
- Whether all search results have been returnedpublic ClsLogObject[] getResults()
public void setResults(ClsLogObject[] Results)
Results
- Log content informationCopyright © 2024. All rights reserved.