public class DeadLetterSource extends AbstractModel
Constructor and Description |
---|
DeadLetterSource() |
DeadLetterSource(DeadLetterSource 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 消息队列ID。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getQueueName()
Get 消息队列名字。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setQueueId(String QueueId)
Set 消息队列ID。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setQueueName(String QueueName)
Set 消息队列名字。
注意:此字段可能返回 null,表示取不到有效值。
|
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, toJsonString
public DeadLetterSource()
public DeadLetterSource(DeadLetterSource source)
public String getQueueId()
public void setQueueId(String QueueId)
QueueId
- 消息队列ID。
注意:此字段可能返回 null,表示取不到有效值。public String getQueueName()
public void setQueueName(String QueueName)
QueueName
- 消息队列名字。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2022. All rights reserved.