public class BillCountryInfo extends AbstractModel
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 Detailed bandwidth information
|
String |
getName()
Get Country
|
void |
setBandInfoList(BillDataInfo[] BandInfoList)
Set Detailed bandwidth information
|
void |
setName(String Name)
Set Country
|
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 BillCountryInfo()
public BillCountryInfo(BillCountryInfo source)
public String getName()
public void setName(String Name)
Name
- Countrypublic BillDataInfo[] getBandInfoList()
public void setBandInfoList(BillDataInfo[] BandInfoList)
BandInfoList
- Detailed bandwidth informationCopyright © 2022. All rights reserved.