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 日志关键词
|
Long |
getLimit()
Get 日志条数
|
String |
getOffset()
Get 偏移量
|
String |
getType()
Get 日志类型,支持Application和Platform,默认为Application
|
void |
setKeyword(String Keyword)
Set 日志关键词
|
void |
setLimit(Long Limit)
Set 日志条数
|
void |
setOffset(String Offset)
Set 偏移量
|
void |
setType(String Type)
Set 日志类型,支持Application和Platform,默认为Application
|
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
- 偏移量public Long getLimit()
public void setLimit(Long Limit)
Limit
- 日志条数public String getKeyword()
public void setKeyword(String Keyword)
Keyword
- 日志关键词public String getType()
public void setType(String Type)
Type
- 日志类型,支持Application和Platform,默认为ApplicationCopyright © 2022. All rights reserved.