public class RocketMQMessageTrack extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getConsumeStatus()
Get Consumption status
|
String |
getExceptionDesc()
Get Exception information
Note: u200dThis field may return null, indicating that no valid values can be obtained.
|
String |
getGroup()
Get Consumer group
|
String |
getTrackType()
Get Message trace type
|
void |
setConsumeStatus(String ConsumeStatus)
Set Consumption status
|
void |
setExceptionDesc(String ExceptionDesc)
Set Exception information
Note: u200dThis field may return null, indicating that no valid values can be obtained.
|
void |
setGroup(String Group)
Set Consumer group
|
void |
setTrackType(String TrackType)
Set Message trace type
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public RocketMQMessageTrack()
public RocketMQMessageTrack(RocketMQMessageTrack source)
public String getGroup()
public void setGroup(String Group)
Group
- Consumer grouppublic String getConsumeStatus()
public void setConsumeStatus(String ConsumeStatus)
ConsumeStatus
- Consumption statuspublic String getTrackType()
public void setTrackType(String TrackType)
TrackType
- Message trace typepublic String getExceptionDesc()
public void setExceptionDesc(String ExceptionDesc)
ExceptionDesc
- Exception information
Note: u200dThis field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.