Class LogSearchContext
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.scf.v20180416.models.LogSearchContext
-
public class LogSearchContext extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetKeyword()Get 日志关键词LonggetLimit()Get 日志条数StringgetOffset()Get 偏移量StringgetType()Get 日志类型,支持Application和Platform,默认为ApplicationvoidsetKeyword(String Keyword)Set 日志关键词voidsetLimit(Long Limit)Set 日志条数voidsetOffset(String Offset)Set 偏移量voidsetType(String Type)Set 日志类型,支持Application和Platform,默认为ApplicationvoidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
LogSearchContext
public LogSearchContext()
-
LogSearchContext
public 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.
-
-
Method Detail
-
getOffset
public String getOffset()
Get 偏移量- Returns:
- Offset 偏移量
-
setOffset
public void setOffset(String Offset)
Set 偏移量- Parameters:
Offset- 偏移量
-
getLimit
public Long getLimit()
Get 日志条数- Returns:
- Limit 日志条数
-
setLimit
public void setLimit(Long Limit)
Set 日志条数- Parameters:
Limit- 日志条数
-
getKeyword
public String getKeyword()
Get 日志关键词- Returns:
- Keyword 日志关键词
-
setKeyword
public void setKeyword(String Keyword)
Set 日志关键词- Parameters:
Keyword- 日志关键词
-
getType
public String getType()
Get 日志类型,支持Application和Platform,默认为Application- Returns:
- Type 日志类型,支持Application和Platform,默认为Application
-
setType
public void setType(String Type)
Set 日志类型,支持Application和Platform,默认为Application- Parameters:
Type- 日志类型,支持Application和Platform,默认为Application
-
-