Uses of Class
com.tencentcloudapi.live.v20180801.models.PushDataInfo
-
Packages that use PushDataInfo Package Description com.tencentcloudapi.live.v20180801.models -
-
Uses of PushDataInfo in com.tencentcloudapi.live.v20180801.models
Methods in com.tencentcloudapi.live.v20180801.models that return PushDataInfo Modifier and Type Method Description PushDataInfo[]DescribeLiveStreamPushInfoListResponse. getDataInfoList()Get 直播流的统计信息列表。Methods in com.tencentcloudapi.live.v20180801.models with parameters of type PushDataInfo Modifier and Type Method Description voidDescribeLiveStreamPushInfoListResponse. setDataInfoList(PushDataInfo[] DataInfoList)Set 直播流的统计信息列表。Constructors in com.tencentcloudapi.live.v20180801.models with parameters of type PushDataInfo Constructor Description PushDataInfo(PushDataInfo 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.
-