public class DeadLetterPolicy extends AbstractModel
Constructor and Description |
---|
DeadLetterPolicy() |
Modifier and Type | Method and Description |
---|---|
String |
getDeadLetterQueue()
Get DeadLetterQueue
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getDeadLetterQueueName()
Get DeadLetterQueueName
Note: this field may return null, indicating that no valid values can be obtained.
|
Long |
getMaxReceiveCount()
Get MaxReceiveCount
Note: this field may return null, indicating that no valid values can be obtained.
|
Long |
getMaxTimeToLive()
Get MaxTimeToLive
Note: this field may return null, indicating that no valid values can be obtained.
|
Long |
getPolicy()
Get Policy
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setDeadLetterQueue(String DeadLetterQueue)
Set DeadLetterQueue
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setDeadLetterQueueName(String DeadLetterQueueName)
Set DeadLetterQueueName
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setMaxReceiveCount(Long MaxReceiveCount)
Set MaxReceiveCount
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setMaxTimeToLive(Long MaxTimeToLive)
Set MaxTimeToLive
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setPolicy(Long Policy)
Set Policy
Note: this field may return null, indicating that no valid values can be obtained.
|
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
Note: this field may return null, indicating that no valid values can be obtained.public String getDeadLetterQueue()
public void setDeadLetterQueue(String DeadLetterQueue)
DeadLetterQueue
- DeadLetterQueue
Note: this field may return null, indicating that no valid values can be obtained.public Long getPolicy()
public void setPolicy(Long Policy)
Policy
- Policy
Note: this field may return null, indicating that no valid values can be obtained.public Long getMaxTimeToLive()
public void setMaxTimeToLive(Long MaxTimeToLive)
MaxTimeToLive
- MaxTimeToLive
Note: this field may return null, indicating that no valid values can be obtained.public Long getMaxReceiveCount()
public void setMaxReceiveCount(Long MaxReceiveCount)
MaxReceiveCount
- MaxReceiveCount
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2020. All rights reserved.