Uses of Class
com.tencentcloudapi.trtc.v20190722.models.TrtcUsage
-
Packages that use TrtcUsage Package Description com.tencentcloudapi.trtc.v20190722.models -
-
Uses of TrtcUsage in com.tencentcloudapi.trtc.v20190722.models
Methods in com.tencentcloudapi.trtc.v20190722.models that return TrtcUsage Modifier and Type Method Description TrtcUsage[]DescribeMixTranscodingUsageResponse. getUsageList()Get 各个时间点用量明细。TrtcUsage[]DescribeRecordingUsageResponse. getUsageList()Get 各个时间点用量明细。TrtcUsage[]DescribeRelayUsageResponse. getUsageList()Get 各个时间点用量明细。TrtcUsage[]DescribeTrtcUsageResponse. getUsageList()Get 各个时间点用量明细。Methods in com.tencentcloudapi.trtc.v20190722.models with parameters of type TrtcUsage Modifier and Type Method Description voidDescribeMixTranscodingUsageResponse. setUsageList(TrtcUsage[] UsageList)Set 各个时间点用量明细。voidDescribeRecordingUsageResponse. setUsageList(TrtcUsage[] UsageList)Set 各个时间点用量明细。voidDescribeRelayUsageResponse. setUsageList(TrtcUsage[] UsageList)Set 各个时间点用量明细。voidDescribeTrtcUsageResponse. setUsageList(TrtcUsage[] UsageList)Set 各个时间点用量明细。Constructors in com.tencentcloudapi.trtc.v20190722.models with parameters of type TrtcUsage Constructor Description TrtcUsage(TrtcUsage 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.
-