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 Log time in the format of YYYY-mm-dd HH:MM:SS.FFF | 
| Long | getNextLogs()Get Number of next logs. | 
| String | getPkgId()Get Log package number | 
| Long | getPkgLogId()Get Log number in log package | 
| Long | getPrevLogs()Get Number of previous logs. | 
| String | getTopicId()Get Log topic ID to be queried | 
| void | setBTime(String BTime)Set Log time in the format of YYYY-mm-dd HH:MM:SS.FFF | 
| void | setNextLogs(Long NextLogs)Set Number of next logs. | 
| void | setPkgId(String PkgId)Set Log package number | 
| void | setPkgLogId(Long PkgLogId)Set Log number in log package | 
| void | setPrevLogs(Long PrevLogs)Set Number of previous logs. | 
| void | setTopicId(String TopicId)Set Log topic ID to be queried | 
| 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, toJsonStringpublic DescribeLogContextRequest()
public DescribeLogContextRequest(DescribeLogContextRequest source)
public String getTopicId()
public void setTopicId(String TopicId)
TopicId - Log topic ID to be queriedpublic String getBTime()
public void setBTime(String BTime)
BTime - Log time in the format of YYYY-mm-dd HH:MM:SS.FFFpublic String getPkgId()
public void setPkgId(String PkgId)
PkgId - Log package numberpublic Long getPkgLogId()
public void setPkgLogId(Long PkgLogId)
PkgLogId - Log number in log packagepublic Long getPrevLogs()
public void setPrevLogs(Long PrevLogs)
PrevLogs - Number of previous logs. Default value: 10public Long getNextLogs()
public void setNextLogs(Long NextLogs)
NextLogs - Number of next logs. Default value: 10Copyright © 2022. All rights reserved.