Uses of Class
com.tencentcloudapi.live.v20180801.models.BillCountryInfo
-
Packages that use BillCountryInfo Package Description com.tencentcloudapi.live.v20180801.models -
-
Uses of BillCountryInfo in com.tencentcloudapi.live.v20180801.models
Methods in com.tencentcloudapi.live.v20180801.models that return BillCountryInfo Modifier and Type Method Description BillCountryInfo[]BillAreaInfo. getCountrys()Get 国家或地区明细数据。Methods in com.tencentcloudapi.live.v20180801.models with parameters of type BillCountryInfo Modifier and Type Method Description voidBillAreaInfo. setCountrys(BillCountryInfo[] Countrys)Set 国家或地区明细数据。Constructors in com.tencentcloudapi.live.v20180801.models with parameters of type BillCountryInfo Constructor Description 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.
-