public class DeadLetterPolicy extends AbstractModel
Constructor and Description |
---|
DeadLetterPolicy() |
Modifier and Type | Method and Description |
---|---|
String |
getDeadLetterQueue()
Get DeadLetterQueue
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getDeadLetterQueueName()
Get DeadLetterQueueName
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getMaxReceiveCount()
Get MaxReceiveCount
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getMaxTimeToLive()
Get MaxTimeToLive
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getPolicy()
Get Policy
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDeadLetterQueue(String DeadLetterQueue)
Set DeadLetterQueue
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDeadLetterQueueName(String DeadLetterQueueName)
Set DeadLetterQueueName
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMaxReceiveCount(Long MaxReceiveCount)
Set MaxReceiveCount
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMaxTimeToLive(Long MaxTimeToLive)
Set MaxTimeToLive
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPolicy(Long Policy)
Set Policy
注意:此字段可能返回 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 String getDeadLetterQueueName()
public void setDeadLetterQueueName(String DeadLetterQueueName)
DeadLetterQueueName
- DeadLetterQueueName
注意:此字段可能返回 null,表示取不到有效值。public String getDeadLetterQueue()
public void setDeadLetterQueue(String DeadLetterQueue)
DeadLetterQueue
- DeadLetterQueue
注意:此字段可能返回 null,表示取不到有效值。public Long getPolicy()
public void setPolicy(Long Policy)
Policy
- Policy
注意:此字段可能返回 null,表示取不到有效值。public Long getMaxTimeToLive()
public void setMaxTimeToLive(Long MaxTimeToLive)
MaxTimeToLive
- MaxTimeToLive
注意:此字段可能返回 null,表示取不到有效值。public Long getMaxReceiveCount()
public void setMaxReceiveCount(Long MaxReceiveCount)
MaxReceiveCount
- MaxReceiveCount
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2020. All rights reserved.