Class RocketMQMessageTrack
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tdmq.v20200217.models.RocketMQMessageTrack
-
public class RocketMQMessageTrack extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description RocketMQMessageTrack()RocketMQMessageTrack(RocketMQMessageTrack 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 StringgetConsumeStatus()Get 消费状态StringgetExceptionDesc()Get 异常信息 注意:此字段可能返回 null,表示取不到有效值。StringgetGroup()Get 消费者组StringgetTrackType()Get 消息track类型voidsetConsumeStatus(String ConsumeStatus)Set 消费状态voidsetExceptionDesc(String ExceptionDesc)Set 异常信息 注意:此字段可能返回 null,表示取不到有效值。voidsetGroup(String Group)Set 消费者组voidsetTrackType(String TrackType)Set 消息track类型voidtoMap(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
-
RocketMQMessageTrack
public RocketMQMessageTrack()
-
RocketMQMessageTrack
public RocketMQMessageTrack(RocketMQMessageTrack 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
-
getGroup
public String getGroup()
Get 消费者组- Returns:
- Group 消费者组
-
setGroup
public void setGroup(String Group)
Set 消费者组- Parameters:
Group- 消费者组
-
getConsumeStatus
public String getConsumeStatus()
Get 消费状态- Returns:
- ConsumeStatus 消费状态
-
setConsumeStatus
public void setConsumeStatus(String ConsumeStatus)
Set 消费状态- Parameters:
ConsumeStatus- 消费状态
-
getTrackType
public String getTrackType()
Get 消息track类型- Returns:
- TrackType 消息track类型
-
setTrackType
public void setTrackType(String TrackType)
Set 消息track类型- Parameters:
TrackType- 消息track类型
-
getExceptionDesc
public String getExceptionDesc()
Get 异常信息 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ExceptionDesc 异常信息 注意:此字段可能返回 null,表示取不到有效值。
-
setExceptionDesc
public void setExceptionDesc(String ExceptionDesc)
Set 异常信息 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ExceptionDesc- 异常信息 注意:此字段可能返回 null,表示取不到有效值。
-
-