public class DeadLetterConfig extends AbstractModel
Constructor and Description |
---|
DeadLetterConfig() |
Modifier and Type | Method and Description |
---|---|
String |
getFilterType()
Get Tag form of a dead letter queue topic mode
|
String |
getName()
Get Dead letter queue name
|
String |
getType()
Get Dead letter queue mode
|
void |
setFilterType(String FilterType)
Set Tag form of a dead letter queue topic mode
|
void |
setName(String Name)
Set Dead letter queue name
|
void |
setType(String Type)
Set Dead letter queue mode
|
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 getType()
public void setType(String Type)
Type
- Dead letter queue modepublic String getName()
public void setName(String Name)
Name
- Dead letter queue namepublic String getFilterType()
public void setFilterType(String FilterType)
FilterType
- Tag form of a dead letter queue topic modeCopyright © 2020. All rights reserved.