Class UpdateFunctionEventInvokeConfigRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.scf.v20180416.models.UpdateFunctionEventInvokeConfigRequest
-
public class UpdateFunctionEventInvokeConfigRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description UpdateFunctionEventInvokeConfigRequest()
UpdateFunctionEventInvokeConfigRequest(UpdateFunctionEventInvokeConfigRequest 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 AsyncTriggerConfig
getAsyncTriggerConfig()
Get 异步重试配置信息String
getFunctionName()
Get 函数名称String
getNamespace()
Get 函数所属命名空间,默认为defaultvoid
setAsyncTriggerConfig(AsyncTriggerConfig AsyncTriggerConfig)
Set 异步重试配置信息void
setFunctionName(String FunctionName)
Set 函数名称void
setNamespace(String Namespace)
Set 函数所属命名空间,默认为defaultvoid
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
-
UpdateFunctionEventInvokeConfigRequest
public UpdateFunctionEventInvokeConfigRequest()
-
UpdateFunctionEventInvokeConfigRequest
public UpdateFunctionEventInvokeConfigRequest(UpdateFunctionEventInvokeConfigRequest 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
-
getAsyncTriggerConfig
public AsyncTriggerConfig getAsyncTriggerConfig()
Get 异步重试配置信息- Returns:
- AsyncTriggerConfig 异步重试配置信息
-
setAsyncTriggerConfig
public void setAsyncTriggerConfig(AsyncTriggerConfig AsyncTriggerConfig)
Set 异步重试配置信息- Parameters:
AsyncTriggerConfig
- 异步重试配置信息
-
getFunctionName
public String getFunctionName()
Get 函数名称- Returns:
- FunctionName 函数名称
-
setFunctionName
public void setFunctionName(String FunctionName)
Set 函数名称- Parameters:
FunctionName
- 函数名称
-
getNamespace
public String getNamespace()
Get 函数所属命名空间,默认为default- Returns:
- Namespace 函数所属命名空间,默认为default
-
setNamespace
public void setNamespace(String Namespace)
Set 函数所属命名空间,默认为default- Parameters:
Namespace
- 函数所属命名空间,默认为default
-
-