public class BillAreaInfo extends AbstractModel
Constructor and Description |
---|
BillAreaInfo() |
Modifier and Type | Method and Description |
---|---|
BillCountryInfo[] |
getCountrys()
Get 国家明细数据
|
String |
getName()
Get 大区名称
|
void |
setCountrys(BillCountryInfo[] Countrys)
Set 国家明细数据
|
void |
setName(String Name)
Set 大区名称
|
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
- 大区名称public BillCountryInfo[] getCountrys()
public void setCountrys(BillCountryInfo[] Countrys)
Countrys
- 国家明细数据Copyright © 2020. All rights reserved.