public class FunctionInfo extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getNamespace()
Get 命名空间
|
String |
getRegion()
Get 所属地域。
当前支持ap-shanghai
|
void |
setNamespace(String Namespace)
Set 命名空间
|
void |
setRegion(String Region)
Set 所属地域。
当前支持ap-shanghai
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public FunctionInfo()
public FunctionInfo(FunctionInfo source)
public String getNamespace()
public void setNamespace(String Namespace)
Namespace
- 命名空间public String getRegion()
public void setRegion(String Region)
Region
- 所属地域。
当前支持ap-shanghaiCopyright © 2022. All rights reserved.