public class ClsSearchLogs extends AbstractModel
Constructor and Description |
---|
ClsSearchLogs() |
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
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 © 2020. All rights reserved.