Class GetAliasRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.scf.v20180416.models.GetAliasRequest
-
public class GetAliasRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description GetAliasRequest()GetAliasRequest(GetAliasRequest 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 StringgetFunctionName()Get 函数名称StringgetName()Get 别名的名称StringgetNamespace()Get 函数所在的命名空间voidsetFunctionName(String FunctionName)Set 函数名称voidsetName(String Name)Set 别名的名称voidsetNamespace(String Namespace)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
-
GetAliasRequest
public GetAliasRequest()
-
GetAliasRequest
public GetAliasRequest(GetAliasRequest 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- 函数名称
-
getName
public String getName()
Get 别名的名称- Returns:
- Name 别名的名称
-
setName
public void setName(String Name)
Set 别名的名称- Parameters:
Name- 别名的名称
-
getNamespace
public String getNamespace()
Get 函数所在的命名空间- Returns:
- Namespace 函数所在的命名空间
-
setNamespace
public void setNamespace(String Namespace)
Set 函数所在的命名空间- Parameters:
Namespace- 函数所在的命名空间
-
-