Class AsyncTriggerConfig
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.scf.v20180416.models.AsyncTriggerConfig
-
public class AsyncTriggerConfig extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description AsyncTriggerConfig()
AsyncTriggerConfig(AsyncTriggerConfig 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 Long
getMsgTTL()
Get 消息保留时间RetryConfig[]
getRetryConfig()
Get 用户错误的异步重试重试配置void
setMsgTTL(Long MsgTTL)
Set 消息保留时间void
setRetryConfig(RetryConfig[] RetryConfig)
Set 用户错误的异步重试重试配置void
toMap(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
-
AsyncTriggerConfig
public AsyncTriggerConfig()
-
AsyncTriggerConfig
public AsyncTriggerConfig(AsyncTriggerConfig 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
-
getRetryConfig
public RetryConfig[] getRetryConfig()
Get 用户错误的异步重试重试配置- Returns:
- RetryConfig 用户错误的异步重试重试配置
-
setRetryConfig
public void setRetryConfig(RetryConfig[] RetryConfig)
Set 用户错误的异步重试重试配置- Parameters:
RetryConfig
- 用户错误的异步重试重试配置
-
getMsgTTL
public Long getMsgTTL()
Get 消息保留时间- Returns:
- MsgTTL 消息保留时间
-
setMsgTTL
public void setMsgTTL(Long MsgTTL)
Set 消息保留时间- Parameters:
MsgTTL
- 消息保留时间
-
-