Uses of Class
com.tencentcloudapi.live.v20180801.models.PlayCodeTotalInfo
-
Packages that use PlayCodeTotalInfo Package Description com.tencentcloudapi.live.v20180801.models -
-
Uses of PlayCodeTotalInfo in com.tencentcloudapi.live.v20180801.models
Methods in com.tencentcloudapi.live.v20180801.models that return PlayCodeTotalInfo Modifier and Type Method Description PlayCodeTotalInfo[]DescribePlayErrorCodeSumInfoListResponse. getTotalCodeList()Get 各状态码的总次数。Methods in com.tencentcloudapi.live.v20180801.models with parameters of type PlayCodeTotalInfo Modifier and Type Method Description voidDescribePlayErrorCodeSumInfoListResponse. setTotalCodeList(PlayCodeTotalInfo[] TotalCodeList)Set 各状态码的总次数。Constructors in com.tencentcloudapi.live.v20180801.models with parameters of type PlayCodeTotalInfo Constructor Description PlayCodeTotalInfo(PlayCodeTotalInfo 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.
-