public class BillAreaInfo extends AbstractModel
header, skipSign| 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 国家或地区明细数据。 | 
| 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic BillAreaInfo()
public BillAreaInfo(BillAreaInfo source)
public String getName()
public void setName(String Name)
Name - 大区名称。public BillCountryInfo[] getCountrys()
public void setCountrys(BillCountryInfo[] Countrys)
Countrys - 国家或地区明细数据。Copyright © 2025. All rights reserved.