Class DeadLetterConfig
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.scf.v20180416.models.DeadLetterConfig
-
public class DeadLetterConfig extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DeadLetterConfig()DeadLetterConfig(DeadLetterConfig 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFilterType()Get 死信队列主题模式的标签形式StringgetName()Get 死信队列名称StringgetType()Get 死信队列模式voidsetFilterType(String FilterType)Set 死信队列主题模式的标签形式voidsetName(String Name)Set 死信队列名称voidsetType(String Type)Set 死信队列模式voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DeadLetterConfig
public DeadLetterConfig()
-
DeadLetterConfig
public DeadLetterConfig(DeadLetterConfig 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.
-
-
Method Detail
-
getType
public String getType()
Get 死信队列模式- Returns:
- Type 死信队列模式
-
setType
public void setType(String Type)
Set 死信队列模式- Parameters:
Type- 死信队列模式
-
getName
public String getName()
Get 死信队列名称- Returns:
- Name 死信队列名称
-
setName
public void setName(String Name)
Set 死信队列名称- Parameters:
Name- 死信队列名称
-
getFilterType
public String getFilterType()
Get 死信队列主题模式的标签形式- Returns:
- FilterType 死信队列主题模式的标签形式
-
setFilterType
public void setFilterType(String FilterType)
Set 死信队列主题模式的标签形式- Parameters:
FilterType- 死信队列主题模式的标签形式
-
-