public class BillCountryInfo extends AbstractModel
Constructor and Description |
---|
BillCountryInfo() |
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 String getName()
public void setName(String Name)
Name
- Countrypublic BillDataInfo[] getBandInfoList()
public void setBandInfoList(BillDataInfo[] BandInfoList)
BandInfoList
- Detailed bandwidth informationCopyright © 2020. All rights reserved.