Class DescribeRocketMQTopicMsgsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tdmq.v20200217.models.DescribeRocketMQTopicMsgsRequest
-
public class DescribeRocketMQTopicMsgsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeRocketMQTopicMsgsRequest()DescribeRocketMQTopicMsgsRequest(DescribeRocketMQTopicMsgsRequest 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 StringgetClusterId()Get 集群 IDStringgetEndTime()Get 结束时间StringgetEnvironmentId()Get 命名空间LonggetLimit()Get 查询限额StringgetMsgId()Get 消息 IDStringgetMsgKey()Get 消息 keyLonggetNumOfLatestMsg()Get 查询最近N条消息 最大不超过1024,默认-1为其他查询条件LonggetOffset()Get 查询偏移BooleangetQueryDlqMsg()Get 死信查询时该值为true,只对Rocketmq有效StringgetStartTime()Get 开始时间StringgetTaskRequestId()Get 标志一次分页事务StringgetTopicName()Get 主题名称,查询死信时为groupIdvoidsetClusterId(String ClusterId)Set 集群 IDvoidsetEndTime(String EndTime)Set 结束时间voidsetEnvironmentId(String EnvironmentId)Set 命名空间voidsetLimit(Long Limit)Set 查询限额voidsetMsgId(String MsgId)Set 消息 IDvoidsetMsgKey(String MsgKey)Set 消息 keyvoidsetNumOfLatestMsg(Long NumOfLatestMsg)Set 查询最近N条消息 最大不超过1024,默认-1为其他查询条件voidsetOffset(Long Offset)Set 查询偏移voidsetQueryDlqMsg(Boolean QueryDlqMsg)Set 死信查询时该值为true,只对Rocketmq有效voidsetStartTime(String StartTime)Set 开始时间voidsetTaskRequestId(String TaskRequestId)Set 标志一次分页事务voidsetTopicName(String TopicName)Set 主题名称,查询死信时为groupIdvoidtoMap(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
-
DescribeRocketMQTopicMsgsRequest
public DescribeRocketMQTopicMsgsRequest()
-
DescribeRocketMQTopicMsgsRequest
public DescribeRocketMQTopicMsgsRequest(DescribeRocketMQTopicMsgsRequest 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
-
getClusterId
public String getClusterId()
Get 集群 ID- Returns:
- ClusterId 集群 ID
-
setClusterId
public void setClusterId(String ClusterId)
Set 集群 ID- Parameters:
ClusterId- 集群 ID
-
getEnvironmentId
public String getEnvironmentId()
Get 命名空间- Returns:
- EnvironmentId 命名空间
-
setEnvironmentId
public void setEnvironmentId(String EnvironmentId)
Set 命名空间- Parameters:
EnvironmentId- 命名空间
-
getTopicName
public String getTopicName()
Get 主题名称,查询死信时为groupId- Returns:
- TopicName 主题名称,查询死信时为groupId
-
setTopicName
public void setTopicName(String TopicName)
Set 主题名称,查询死信时为groupId- Parameters:
TopicName- 主题名称,查询死信时为groupId
-
getStartTime
public String getStartTime()
Get 开始时间- Returns:
- StartTime 开始时间
-
setStartTime
public void setStartTime(String StartTime)
Set 开始时间- Parameters:
StartTime- 开始时间
-
getEndTime
public String getEndTime()
Get 结束时间- Returns:
- EndTime 结束时间
-
setEndTime
public void setEndTime(String EndTime)
Set 结束时间- Parameters:
EndTime- 结束时间
-
getMsgId
public String getMsgId()
Get 消息 ID- Returns:
- MsgId 消息 ID
-
setMsgId
public void setMsgId(String MsgId)
Set 消息 ID- Parameters:
MsgId- 消息 ID
-
getMsgKey
public String getMsgKey()
Get 消息 key- Returns:
- MsgKey 消息 key
-
setMsgKey
public void setMsgKey(String MsgKey)
Set 消息 key- Parameters:
MsgKey- 消息 key
-
getOffset
public Long getOffset()
Get 查询偏移- Returns:
- Offset 查询偏移
-
setOffset
public void setOffset(Long Offset)
Set 查询偏移- Parameters:
Offset- 查询偏移
-
getLimit
public Long getLimit()
Get 查询限额- Returns:
- Limit 查询限额
-
setLimit
public void setLimit(Long Limit)
Set 查询限额- Parameters:
Limit- 查询限额
-
getTaskRequestId
public String getTaskRequestId()
Get 标志一次分页事务- Returns:
- TaskRequestId 标志一次分页事务
-
setTaskRequestId
public void setTaskRequestId(String TaskRequestId)
Set 标志一次分页事务- Parameters:
TaskRequestId- 标志一次分页事务
-
getQueryDlqMsg
public Boolean getQueryDlqMsg()
Get 死信查询时该值为true,只对Rocketmq有效- Returns:
- QueryDlqMsg 死信查询时该值为true,只对Rocketmq有效
-
setQueryDlqMsg
public void setQueryDlqMsg(Boolean QueryDlqMsg)
Set 死信查询时该值为true,只对Rocketmq有效- Parameters:
QueryDlqMsg- 死信查询时该值为true,只对Rocketmq有效
-
getNumOfLatestMsg
public Long getNumOfLatestMsg()
Get 查询最近N条消息 最大不超过1024,默认-1为其他查询条件- Returns:
- NumOfLatestMsg 查询最近N条消息 最大不超过1024,默认-1为其他查询条件
-
setNumOfLatestMsg
public void setNumOfLatestMsg(Long NumOfLatestMsg)
Set 查询最近N条消息 最大不超过1024,默认-1为其他查询条件- Parameters:
NumOfLatestMsg- 查询最近N条消息 最大不超过1024,默认-1为其他查询条件
-
-