Class DescribeLogContextRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cls.v20201016.models.DescribeLogContextRequest
-
public class DescribeLogContextRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeLogContextRequest()DescribeLogContextRequest(DescribeLogContextRequest 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 StringgetBTime()Get 日志时间, 格式: YYYY-mm-dd HH:MM:SS.FFFLonggetNextLogs()Get 下文日志条数, 默认值10StringgetPkgId()Get 日志包序号LonggetPkgLogId()Get 日志包内一条日志的序号LonggetPrevLogs()Get 上文日志条数, 默认值10StringgetTopicId()Get 要查询的日志主题IDvoidsetBTime(String BTime)Set 日志时间, 格式: YYYY-mm-dd HH:MM:SS.FFFvoidsetNextLogs(Long NextLogs)Set 下文日志条数, 默认值10voidsetPkgId(String PkgId)Set 日志包序号voidsetPkgLogId(Long PkgLogId)Set 日志包内一条日志的序号voidsetPrevLogs(Long PrevLogs)Set 上文日志条数, 默认值10voidsetTopicId(String TopicId)Set 要查询的日志主题IDvoidtoMap(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
-
DescribeLogContextRequest
public DescribeLogContextRequest()
-
DescribeLogContextRequest
public DescribeLogContextRequest(DescribeLogContextRequest 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
-
getTopicId
public String getTopicId()
Get 要查询的日志主题ID- Returns:
- TopicId 要查询的日志主题ID
-
setTopicId
public void setTopicId(String TopicId)
Set 要查询的日志主题ID- Parameters:
TopicId- 要查询的日志主题ID
-
getBTime
public String getBTime()
Get 日志时间, 格式: YYYY-mm-dd HH:MM:SS.FFF- Returns:
- BTime 日志时间, 格式: YYYY-mm-dd HH:MM:SS.FFF
-
setBTime
public void setBTime(String BTime)
Set 日志时间, 格式: YYYY-mm-dd HH:MM:SS.FFF- Parameters:
BTime- 日志时间, 格式: YYYY-mm-dd HH:MM:SS.FFF
-
getPkgId
public String getPkgId()
Get 日志包序号- Returns:
- PkgId 日志包序号
-
setPkgId
public void setPkgId(String PkgId)
Set 日志包序号- Parameters:
PkgId- 日志包序号
-
getPkgLogId
public Long getPkgLogId()
Get 日志包内一条日志的序号- Returns:
- PkgLogId 日志包内一条日志的序号
-
setPkgLogId
public void setPkgLogId(Long PkgLogId)
Set 日志包内一条日志的序号- Parameters:
PkgLogId- 日志包内一条日志的序号
-
getPrevLogs
public Long getPrevLogs()
Get 上文日志条数, 默认值10- Returns:
- PrevLogs 上文日志条数, 默认值10
-
setPrevLogs
public void setPrevLogs(Long PrevLogs)
Set 上文日志条数, 默认值10- Parameters:
PrevLogs- 上文日志条数, 默认值10
-
getNextLogs
public Long getNextLogs()
Get 下文日志条数, 默认值10- Returns:
- NextLogs 下文日志条数, 默认值10
-
setNextLogs
public void setNextLogs(Long NextLogs)
Set 下文日志条数, 默认值10- Parameters:
NextLogs- 下文日志条数, 默认值10
-
-