Class GetFunctionEventInvokeConfigRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.scf.v20180416.models.GetFunctionEventInvokeConfigRequest
-
public class GetFunctionEventInvokeConfigRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description GetFunctionEventInvokeConfigRequest()
GetFunctionEventInvokeConfigRequest(GetFunctionEventInvokeConfigRequest 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 String
getFunctionName()
Get 函数名称String
getNamespace()
Get 函数所属命名空间,默认为defaultString
getQualifier()
Get 函数版本,默认为$LATESTvoid
setFunctionName(String FunctionName)
Set 函数名称void
setNamespace(String Namespace)
Set 函数所属命名空间,默认为defaultvoid
setQualifier(String Qualifier)
Set 函数版本,默认为$LATESTvoid
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
-
GetFunctionEventInvokeConfigRequest
public GetFunctionEventInvokeConfigRequest()
-
GetFunctionEventInvokeConfigRequest
public GetFunctionEventInvokeConfigRequest(GetFunctionEventInvokeConfigRequest 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
-
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
-
getQualifier
public String getQualifier()
Get 函数版本,默认为$LATEST- Returns:
- Qualifier 函数版本,默认为$LATEST
-
setQualifier
public void setQualifier(String Qualifier)
Set 函数版本,默认为$LATEST- Parameters:
Qualifier
- 函数版本,默认为$LATEST
-
-