Uses of Class
com.tencentcloudapi.live.v20180801.models.BillDataInfo
-
Packages that use BillDataInfo Package Description com.tencentcloudapi.live.v20180801.models -
-
Uses of BillDataInfo in com.tencentcloudapi.live.v20180801.models
Methods in com.tencentcloudapi.live.v20180801.models that return BillDataInfo Modifier and Type Method Description BillDataInfo[]BillCountryInfo. getBandInfoList()Get 带宽明细数据信息。BillDataInfo[]DescribeBillBandwidthAndFluxListResponse. getDataInfoList()Get 明细数据信息。BillDataInfo[]DescribePushBandwidthAndFluxListResponse. getDataInfoList()Get 明细数据信息。Methods in com.tencentcloudapi.live.v20180801.models with parameters of type BillDataInfo Modifier and Type Method Description voidBillCountryInfo. setBandInfoList(BillDataInfo[] BandInfoList)Set 带宽明细数据信息。voidDescribeBillBandwidthAndFluxListResponse. setDataInfoList(BillDataInfo[] DataInfoList)Set 明细数据信息。voidDescribePushBandwidthAndFluxListResponse. setDataInfoList(BillDataInfo[] DataInfoList)Set 明细数据信息。Constructors in com.tencentcloudapi.live.v20180801.models with parameters of type BillDataInfo Constructor Description BillDataInfo(BillDataInfo 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.
-