public class BillAreaInfo extends AbstractModel
Constructor and Description |
---|
BillAreaInfo() |
BillAreaInfo(BillAreaInfo 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 |
---|---|
BillCountryInfo[] |
getCountrys()
Get Detailed country information
|
String |
getName()
Get Region name
|
void |
setCountrys(BillCountryInfo[] Countrys)
Set Detailed country information
|
void |
setName(String Name)
Set Region name
|
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 BillAreaInfo()
public BillAreaInfo(BillAreaInfo source)
public String getName()
public void setName(String Name)
Name
- Region namepublic BillCountryInfo[] getCountrys()
public void setCountrys(BillCountryInfo[] Countrys)
Countrys
- Detailed country informationCopyright © 2021. All rights reserved.