public class LogSearchContext extends AbstractModel
Constructor and Description |
---|
LogSearchContext() |
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 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 © 2020. All rights reserved.