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 Chinese region name. 
 | 
String | 
getENName()
Get English name of the region. 
 | 
String | 
getRegionId()
Get Region ID. 
 | 
void | 
setCNName(String CNName)
Set Chinese region name. 
 | 
void | 
setENName(String ENName)
Set English name of the region. 
 | 
void | 
setRegionId(String RegionId)
Set Region 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 - Region ID.public String getCNName()
public void setCNName(String CNName)
CNName - Chinese region name.public String getENName()
public void setENName(String ENName)
ENName - English name of the region.Copyright © 2025. All rights reserved.