public class LiveChannelViewdataServiceImpl extends LiveBaseService implements ILiveChannelViewdataService
ERROR_INFO, ERROR_PREFIX, ERROR_PREFIX1, ERROR_SUFFIX| 构造器和说明 |
|---|
LiveChannelViewdataServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
LiveChannelViewerConcurrenceResponse |
getChannelViewerConcurrence(LiveChannelViewerConcurrenceRequest liveChannelViewerConcurrenceRequest)
查询频道的历史并发人数
API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbglgn/gksj/concurrency/
|
LiveGetChannelViewLogResponse |
getChannelViewLog(LiveGetChannelViewLogRequest liveGetChannelViewLogRequest)
分页查询账号直播观看详情数据
API地址:https://help.polyv.net/index.html#/live/api/channel/viewdata/viewlog_page_v3
|
List<LiveDailySummaryResponse> |
getDailySummary(LiveDailySummaryRequest liveDailySummaryRequest)
查询时间范围内频道直播观看详情数据
API地址:https://help.polyv.net/#/live/api/channel/viewdata/daily_summary
|
LiveGetLiveSessionResponse |
getLiveSession(LiveGetLiveSessionRequest liveGetLiveSessionRequest)
查询时间内直播场次数据
API地址:https://help.polyv.net/#/live/api/v4/channel/viewdata/get_live_session
|
Integer |
getMaxChannelHistoryConcurrent(LiveChannelMaxHistoryConcurrentRequest liveChannelMaxHistoryConcurrentRequest)
获取频道一定时间范围之内的历史最高并发人数,粒度可以支持到分钟
API地址:https://dev.polyv.net/2020/liveproduct/l-api/zbglgn/gksj/get-max-history-concurrent/
|
LiveGetSessionStatsResponse |
getSessionStats(LiveGetSessionStatsRequest liveGetSessionStatsRequest)
查询频道多场次概览统计数据
API地址:https://help.polyv.net/index.html#/live/api/channel/viewdata/get_session_stats
|
LiveListChannelLikeResponse |
listChannelLike(LiveListChannelLikeRequest liveListChannelLikeRequest)
查询频道点赞详情
API地址:https://help.polyv.net/#/live/api/v4/channel/viewdata/like_list
|
LiveListChannelMicResponse |
listChannelMic(LiveListChannelMicRequest liveListChannelMicRequest)
分页获取连麦情况使用详情
API地址:https://dev.polyv.net/2020/liveproduct/l-api/zbglgn/gksj/mic-detail-list/
|
LiveListChannelSummaryResponse |
listChannelSummary(LiveListChannelSummaryRequest liveListChannelSummaryRequest)
查询多个频道汇总的统计数据
API地址:https://dev.polyv.net/2018/liveproduct/l-api/zbglgn/gksj/channel_play_summary/
|
LiveListChannelViewerCountResponse |
listChannelViewerCount(LiveListChannelViewerCountRequest liveListChannelViewerCountRequest)
查询多个频道的实时在线人数
API地址:https://dev.polyv.net/2018/liveproduct/l-api/zbglgn/gksj/get-realtime-viewers/
|
LiveListChannelViewlogResponse |
listChannelViewlog(LiveListChannelViewlogRequest liveChannelViewlogRequest)
分页查询频道观看日志
1.
|
LiveListLinkMicDetailResponse |
listLinkMicDetail(LiveListLinkMicDetailRequest liveListLinkMicDetailRequest)
查询频道连麦详情数据
API地址:https://help.polyv.net/#/live/api/channel/viewdata/link_mic_detail_list
|
getReturnBinary, getReturnList, getReturnOne, postEmptyFormBodyReturnOne, postFormBodyReturnList, postFormBodyReturnOne, postJsonBodyReturnList, postJsonBodyReturnOne, postJsonBodyReturnOne, postJsonBodyReturnOne, responseConversion, uploadMultipartFile, uploadOneFilepublic Integer getMaxChannelHistoryConcurrent(LiveChannelMaxHistoryConcurrentRequest liveChannelMaxHistoryConcurrentRequest) throws IOException, NoSuchAlgorithmException
getMaxChannelHistoryConcurrent 在接口中 ILiveChannelViewdataServiceliveChannelMaxHistoryConcurrentRequest - 获取频道一定时间范围之内的历史最高并发人数请求实体IOException - 异常NoSuchAlgorithmException - 异常public LiveListChannelMicResponse listChannelMic(LiveListChannelMicRequest liveListChannelMicRequest) throws IOException, NoSuchAlgorithmException
listChannelMic 在接口中 ILiveChannelViewdataServiceliveListChannelMicRequest - 分页获取连麦情况使用详情请求实体IOException - 异常NoSuchAlgorithmException - 异常public LiveListChannelViewlogResponse listChannelViewlog(LiveListChannelViewlogRequest liveChannelViewlogRequest) throws IOException, NoSuchAlgorithmException
listChannelViewlog 在接口中 ILiveChannelViewdataServiceliveChannelViewlogRequest - 分页查询频道观看日志请求实体IOException - 异常NoSuchAlgorithmException - 异常public LiveListChannelSummaryResponse listChannelSummary(LiveListChannelSummaryRequest liveListChannelSummaryRequest) throws IOException, NoSuchAlgorithmException
listChannelSummary 在接口中 ILiveChannelViewdataServiceliveListChannelSummaryRequest - 查询多个频道汇总的统计数据请求实体IOException - 异常NoSuchAlgorithmException - 异常public LiveListChannelViewerCountResponse listChannelViewerCount(LiveListChannelViewerCountRequest liveListChannelViewerCountRequest) throws IOException, NoSuchAlgorithmException
listChannelViewerCount 在接口中 ILiveChannelViewdataServiceliveListChannelViewerCountRequest - 查询多个频道的实时在线人数请求实体IOException - 异常NoSuchAlgorithmException - 异常public LiveChannelViewerConcurrenceResponse getChannelViewerConcurrence(LiveChannelViewerConcurrenceRequest liveChannelViewerConcurrenceRequest) throws IOException, NoSuchAlgorithmException
getChannelViewerConcurrence 在接口中 ILiveChannelViewdataServiceliveChannelViewerConcurrenceRequest - 查询频道的历史并发人数请求实体IOException - 异常NoSuchAlgorithmException - 异常public LiveGetLiveSessionResponse getLiveSession(LiveGetLiveSessionRequest liveGetLiveSessionRequest) throws IOException, NoSuchAlgorithmException
getLiveSession 在接口中 ILiveChannelViewdataServiceliveGetLiveSessionRequest - 查询时间内直播场次数据请求实体IOException - 异常NoSuchAlgorithmException - 异常public LiveListChannelLikeResponse listChannelLike(LiveListChannelLikeRequest liveListChannelLikeRequest) throws IOException, NoSuchAlgorithmException
listChannelLike 在接口中 ILiveChannelViewdataServiceliveListChannelLikeRequest - 查询频道点赞详情请求实体IOException - 异常NoSuchAlgorithmException - 异常public LiveGetChannelViewLogResponse getChannelViewLog(LiveGetChannelViewLogRequest liveGetChannelViewLogRequest) throws IOException, NoSuchAlgorithmException
getChannelViewLog 在接口中 ILiveChannelViewdataServiceliveGetChannelViewLogRequest - 分页查询账号直播观看详情数据请求实体IOException - 异常NoSuchAlgorithmException - 异常public LiveGetSessionStatsResponse getSessionStats(LiveGetSessionStatsRequest liveGetSessionStatsRequest) throws IOException, NoSuchAlgorithmException
getSessionStats 在接口中 ILiveChannelViewdataServiceliveGetSessionStatsRequest - 查询频道多场次概览统计数据请求实体IOException - 异常NoSuchAlgorithmException - 异常public List<LiveDailySummaryResponse> getDailySummary(LiveDailySummaryRequest liveDailySummaryRequest) throws IOException, NoSuchAlgorithmException
getDailySummary 在接口中 ILiveChannelViewdataServiceliveDailySummaryRequest - 查询时间范围内频道直播观看详情数据请求实体IOException - 异常NoSuchAlgorithmException - 异常public LiveListLinkMicDetailResponse listLinkMicDetail(LiveListLinkMicDetailRequest liveListLinkMicDetailRequest) throws IOException, NoSuchAlgorithmException
listLinkMicDetail 在接口中 ILiveChannelViewdataServiceliveListLinkMicDetailRequest - 查询频道连麦详情数据请求实体IOException - 异常NoSuchAlgorithmException - 异常Copyright © 2023. All rights reserved.