Class FunctionInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcb.v20180608.models.FunctionInfo
-
public class FunctionInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description FunctionInfo()FunctionInfo(FunctionInfo 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 StringgetNamespace()Get 命名空间StringgetRegion()Get 所属地域。 当前支持ap-shanghaivoidsetNamespace(String Namespace)Set 命名空间voidsetRegion(String Region)Set 所属地域。 当前支持ap-shanghaivoidtoMap(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
-
FunctionInfo
public FunctionInfo()
-
FunctionInfo
public FunctionInfo(FunctionInfo 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
-
getNamespace
public String getNamespace()
Get 命名空间- Returns:
- Namespace 命名空间
-
setNamespace
public void setNamespace(String Namespace)
Set 命名空间- Parameters:
Namespace- 命名空间
-
getRegion
public String getRegion()
Get 所属地域。 当前支持ap-shanghai- Returns:
- Region 所属地域。 当前支持ap-shanghai
-
setRegion
public void setRegion(String Region)
Set 所属地域。 当前支持ap-shanghai- Parameters:
Region- 所属地域。 当前支持ap-shanghai
-
-