public class BillAreaInfo extends AbstractModel
Constructor and Description |
---|
BillAreaInfo() |
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 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.