Class BillCountryInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.live.v20180801.models.BillCountryInfo
-
public class BillCountryInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BillDataInfo[]getBandInfoList()Get 带宽明细数据信息。StringgetName()Get 国家名称voidsetBandInfoList(BillDataInfo[] BandInfoList)Set 带宽明细数据信息。voidsetName(String Name)Set 国家名称voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
BillCountryInfo
public BillCountryInfo()
-
BillCountryInfo
public 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.
-
-
Method Detail
-
getName
public String getName()
Get 国家名称- Returns:
- Name 国家名称
-
setName
public void setName(String Name)
Set 国家名称- Parameters:
Name- 国家名称
-
getBandInfoList
public BillDataInfo[] getBandInfoList()
Get 带宽明细数据信息。- Returns:
- BandInfoList 带宽明细数据信息。
-
setBandInfoList
public void setBandInfoList(BillDataInfo[] BandInfoList)
Set 带宽明细数据信息。- Parameters:
BandInfoList- 带宽明细数据信息。
-
-