public class GatewayRegion extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| GatewayRegion() | 
| GatewayRegion(GatewayRegion 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 | getCNName()Get 中文地域名称。 | 
| String | getENName()Get 英文地域名称。 | 
| String | getRegionId()Get 地域 ID 。 | 
| void | setCNName(String CNName)Set 中文地域名称。 | 
| void | setENName(String ENName)Set 英文地域名称。 | 
| void | setRegionId(String RegionId)Set 地域 ID 。 | 
| 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, toJsonStringpublic GatewayRegion()
public GatewayRegion(GatewayRegion source)
public String getRegionId()
public void setRegionId(String RegionId)
RegionId - 地域 ID 。public String getCNName()
public void setCNName(String CNName)
CNName - 中文地域名称。public String getENName()
public void setENName(String ENName)
ENName - 英文地域名称。Copyright © 2025. All rights reserved.