public class LogSearchContext extends AbstractModel
Constructor and Description |
---|
LogSearchContext() |
LogSearchContext(LogSearchContext 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 |
getKeyword()
Get Log keyword
|
Long |
getLimit()
Get Log record number
|
String |
getOffset()
Get Offset.
|
String |
getType()
Get Log type.
|
void |
setKeyword(String Keyword)
Set Log keyword
|
void |
setLimit(Long Limit)
Set Log record number
|
void |
setOffset(String Offset)
Set Offset.
|
void |
setType(String Type)
Set Log type.
|
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 LogSearchContext()
public LogSearchContext(LogSearchContext source)
public String getOffset()
public void setOffset(String Offset)
Offset
- Offset.public Long getLimit()
public void setLimit(Long Limit)
Limit
- Log record numberpublic String getKeyword()
public void setKeyword(String Keyword)
Keyword
- Log keywordpublic String getType()
public void setType(String Type)
Type
- Log type. The value is `Application` (default) or `Platform`.Copyright © 2023. All rights reserved.