public class FunctionRegionSelection extends AbstractModel
header, skipSign
Constructor and Description |
---|
FunctionRegionSelection() |
FunctionRegionSelection(FunctionRegionSelection 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 |
getFunctionId()
Get 函数 ID 。
|
String[] |
getRegions()
Get 国家/地区列表。示例值:CN:中国,CN.GD:中国广东。取值请参考:[国家/地区及对应代码枚举](https://cloud.tencent.com/document/product/1552/112542)。
|
void |
setFunctionId(String FunctionId)
Set 函数 ID 。
|
void |
setRegions(String[] Regions)
Set 国家/地区列表。示例值:CN:中国,CN.GD:中国广东。取值请参考:[国家/地区及对应代码枚举](https://cloud.tencent.com/document/product/1552/112542)。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public FunctionRegionSelection()
public FunctionRegionSelection(FunctionRegionSelection source)
public String getFunctionId()
public void setFunctionId(String FunctionId)
FunctionId
- 函数 ID 。public String[] getRegions()
public void setRegions(String[] Regions)
Regions
- 国家/地区列表。示例值:CN:中国,CN.GD:中国广东。取值请参考:[国家/地区及对应代码枚举](https://cloud.tencent.com/document/product/1552/112542)。Copyright © 2025. All rights reserved.