public class CountryCodeItem extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
CountryCodeItem()  | 
CountryCodeItem(CountryCodeItem 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 | 
getCode()
Get International dialing code 
 | 
String | 
getEnName()
Get Country/region name in English 
 | 
String | 
getIOS2()
Get 
 | 
String | 
getIOS3()
Get 
 | 
String | 
getName()
Get Country/region name in Chinese 
 | 
void | 
setCode(String Code)
Set International dialing code 
 | 
void | 
setEnName(String EnName)
Set Country/region name in English 
 | 
void | 
setIOS2(String IOS2)
Set 
 | 
void | 
setIOS3(String IOS3)
Set 
 | 
void | 
setName(String Name)
Set Country/region name in Chinese 
 | 
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 CountryCodeItem()
public CountryCodeItem(CountryCodeItem source)
public String getEnName()
public void setEnName(String EnName)
EnName - Country/region name in Englishpublic String getName()
public void setName(String Name)
Name - Country/region name in Chinesepublic String getIOS2()
public void setIOS2(String IOS2)
IOS2 - public String getIOS3()
public void setIOS3(String IOS3)
IOS3 - public String getCode()
public void setCode(String Code)
Code - International dialing codeCopyright © 2025. All rights reserved.