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