public class CmqDeadLetterSource extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CmqDeadLetterSource() | 
| CmqDeadLetterSource(CmqDeadLetterSource 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 | getQueueId()Get Message queue ID. | 
| String | getQueueName()Get Message queue name. | 
| void | setQueueId(String QueueId)Set Message queue ID. | 
| void | setQueueName(String QueueName)Set Message queue name. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic CmqDeadLetterSource()
public CmqDeadLetterSource(CmqDeadLetterSource source)
public String getQueueId()
public void setQueueId(String QueueId)
QueueId - Message queue ID.
Note: this field may return null, indicating that no valid values can be obtained.public String getQueueName()
public void setQueueName(String QueueName)
QueueName - Message queue name.
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.