public class BillCountryInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| BillCountryInfo() | 
| BillCountryInfo(BillCountryInfo 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 | 
|---|---|
| BillDataInfo[] | getBandInfoList()Get 带宽明细数据信息。 | 
| String | getName()Get 国家名称 | 
| void | setBandInfoList(BillDataInfo[] BandInfoList)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 BillCountryInfo()
public BillCountryInfo(BillCountryInfo source)
public String getName()
public void setName(String Name)
Name - 国家名称public BillDataInfo[] getBandInfoList()
public void setBandInfoList(BillDataInfo[] BandInfoList)
BandInfoList - 带宽明细数据信息。Copyright © 2025. All rights reserved.