public class DescribeLogContextRequest extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getBTime()
Get 日志时间, 格式: YYYY-mm-dd HH:MM:SS
|
Long |
getNextLogs()
Get 下文日志条数, 默认值10
|
String |
getPkgId()
Get 日志包序号
|
Long |
getPkgLogId()
Get 日志包内一条日志的序号
|
Long |
getPrevLogs()
Get 上文日志条数, 默认值10
|
String |
getTopicId()
Get 要查询的日志主题ID
|
void |
setBTime(String BTime)
Set 日志时间, 格式: YYYY-mm-dd HH:MM:SS
|
void |
setNextLogs(Long NextLogs)
Set 下文日志条数, 默认值10
|
void |
setPkgId(String PkgId)
Set 日志包序号
|
void |
setPkgLogId(Long PkgLogId)
Set 日志包内一条日志的序号
|
void |
setPrevLogs(Long PrevLogs)
Set 上文日志条数, 默认值10
|
void |
setTopicId(String TopicId)
Set 要查询的日志主题ID
|
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 DescribeLogContextRequest()
public DescribeLogContextRequest(DescribeLogContextRequest source)
public String getTopicId()
public void setTopicId(String TopicId)
TopicId
- 要查询的日志主题IDpublic String getBTime()
public void setBTime(String BTime)
BTime
- 日志时间, 格式: YYYY-mm-dd HH:MM:SSpublic String getPkgId()
public void setPkgId(String PkgId)
PkgId
- 日志包序号public Long getPkgLogId()
public void setPkgLogId(Long PkgLogId)
PkgLogId
- 日志包内一条日志的序号public Long getPrevLogs()
public void setPrevLogs(Long PrevLogs)
PrevLogs
- 上文日志条数, 默认值10public Long getNextLogs()
public void setNextLogs(Long NextLogs)
NextLogs
- 下文日志条数, 默认值10Copyright © 2021. All rights reserved.