public interface IVodSubAccountService
| 限定符和类型 | 方法和说明 |
|---|---|
String |
addCategory(VodSubAccountAddCategoryRequest vodSubAccountAddCategoryRequest)
新增视频分类
API地址:https://dev.polyv.net/2020/videoproduct/v-api/v-api-subaccount/add-category/
|
Boolean |
deleteCategory(VodSubAccountDeleteCategoryRequest vodSubAccountDeleteCategoryRequest)
删除视频分类
API地址:https://dev.polyv.net/2020/videoproduct/v-api/v-api-subaccount/delete-video-category/
|
Boolean |
deleteVideo(VodSubAccountDeleteVideoRequest vodSubAccountDeleteVideoRequest)
删除视频
API地址:https://dev.polyv.net/2020/videoproduct/v-api/v-api-subaccount/delete-video/
|
VodSubAccountGetPlaySafeTokenResponse |
getPlaySafeToken(VodSubAccountGetPlaySafeTokenRequest vodSubAccountGetPlaySafeTokenRequest)
获取PlaySafeToken
API地址:https://dev.polyv.net/2019/videoproduct/v-api/v-api-subaccount/create-playsafe-token-v2/
|
VodSubAccountStatsAggPageResponse |
getSubStatsAgg(VodSubAccountStatsAggPageRequest vodSubAccountStatsAggPageRequest)
查询子账号统计汇总数据
API地址:https://help.polyv.net/#/vod/api/statistics/get_sub_account_stats_aggregate
|
VodSubAccountStatsDetailResponse |
getSubStatsDetailList(VodSubAccountStatsDetailRequest vodSubAccountStatsDetailRequest)
查询子账号统计详情
API地址:https://help.polyv.net/#/vod/api/statistics/get_sub_account_stats_detail
约束:2、email和appId不能同时为空
|
List<VodSubAccountQueryVideoInfoResponse> |
getVideoInfo(VodSubAccountQueryVideoInfoRequest vodSubAccountQueryVideoInfoRequest)
查询视频信息
API地址:https://dev.polyv.net/2020/videoproduct/v-api/v-api-subaccount/get-video-info/
|
VodSubAccountQueryCategoryResponse |
queryCategory(VodSubAccountQueryCategoryRequest vodSubAccountQueryCategoryRequest)
查询视频分类
API地址:https://dev.polyv.net/2020/videoproduct/v-api/v-api-subaccount/get-category/
|
VodSubAccountSearchVideoListResponse |
searchVideoList(VodSubAccountSearchVideoListRequest vodSubAccountSearchVideoListRequest)
搜索视频
API地址:https://dev.polyv.net/2020/videoproduct/v-api/v-api-subaccount/list-video/
|
Boolean |
updateCategory(VodSubAccountUpdateCategoryRequest vodSubAccountUpdateCategoryRequest)
修改视频分类信息
API地址:https://dev.polyv.net/2020/videoproduct/v-api/v-api-subaccount/update-category-info/
|
Boolean |
updateCategoryProfile(VodSubAccountUpdateCategoryProfileRequest vodSubAccountUpdateCategoryProfileRequest)
修改视频分类属性设置
API地址:https://dev.polyv.net/2020/videoproduct/v-api/v-api-subaccount/update-category-profile/
|
Boolean |
updateVideoCategory(VodSubAccountUpdateVideoCategoryRequest vodSubAccountUpdateVideoCategoryRequest)
批量修改视频所属分类请求实体
API地址:https://dev.polyv.net/2020/videoproduct/v-api/v-api-subaccount/update-video-category/
|
Boolean |
updateVideoInfo(VodSubAccountUpdateVideoInfoRequest vodSubAccountUpdateVideoInfoRequest)
修改视频信息
API地址:https://dev.polyv.net/2020/videoproduct/v-api/v-api-subaccount/update-video-info/
|
VodSubAccountSearchVideoListResponse searchVideoList(VodSubAccountSearchVideoListRequest vodSubAccountSearchVideoListRequest) throws IOException, NoSuchAlgorithmException
vodSubAccountSearchVideoListRequest - 搜索视频请求实体IOException - 异常NoSuchAlgorithmException - 异常List<VodSubAccountQueryVideoInfoResponse> getVideoInfo(VodSubAccountQueryVideoInfoRequest vodSubAccountQueryVideoInfoRequest) throws IOException, NoSuchAlgorithmException
vodSubAccountQueryVideoInfoRequest - 查询视频信息请求实体IOException - 异常NoSuchAlgorithmException - 异常Boolean updateVideoInfo(VodSubAccountUpdateVideoInfoRequest vodSubAccountUpdateVideoInfoRequest) throws IOException, NoSuchAlgorithmException
vodSubAccountUpdateVideoInfoRequest - 修改视频信息请求实体IOException - 异常NoSuchAlgorithmException - 异常Boolean updateVideoCategory(VodSubAccountUpdateVideoCategoryRequest vodSubAccountUpdateVideoCategoryRequest) throws IOException, NoSuchAlgorithmException
vodSubAccountUpdateVideoCategoryRequest - 批量修改视频所属分类请求实体IOException - 异常NoSuchAlgorithmException - 异常Boolean deleteVideo(VodSubAccountDeleteVideoRequest vodSubAccountDeleteVideoRequest) throws IOException, NoSuchAlgorithmException
vodSubAccountDeleteVideoRequest - 删除视频请求实体IOException - 异常NoSuchAlgorithmException - 异常VodSubAccountQueryCategoryResponse queryCategory(VodSubAccountQueryCategoryRequest vodSubAccountQueryCategoryRequest) throws IOException, NoSuchAlgorithmException
vodSubAccountQueryCategoryRequest - 查询视频分类请求实体IOException - 异常NoSuchAlgorithmException - 异常String addCategory(VodSubAccountAddCategoryRequest vodSubAccountAddCategoryRequest) throws IOException, NoSuchAlgorithmException
vodSubAccountAddCategoryRequest - 新增视频分类请求实体IOException - 异常NoSuchAlgorithmException - 异常Boolean updateCategory(VodSubAccountUpdateCategoryRequest vodSubAccountUpdateCategoryRequest) throws IOException, NoSuchAlgorithmException
vodSubAccountUpdateCategoryRequest - 新增视频分类请求实体IOException - 异常NoSuchAlgorithmException - 异常Boolean deleteCategory(VodSubAccountDeleteCategoryRequest vodSubAccountDeleteCategoryRequest) throws IOException, NoSuchAlgorithmException
vodSubAccountDeleteCategoryRequest - 删除视频分类请求实体IOException - 异常NoSuchAlgorithmException - 异常Boolean updateCategoryProfile(VodSubAccountUpdateCategoryProfileRequest vodSubAccountUpdateCategoryProfileRequest) throws IOException, NoSuchAlgorithmException
vodSubAccountUpdateCategoryProfileRequest - 修改视频分类属性设置请求实体IOException - 异常NoSuchAlgorithmException - 异常VodSubAccountGetPlaySafeTokenResponse getPlaySafeToken(VodSubAccountGetPlaySafeTokenRequest vodSubAccountGetPlaySafeTokenRequest) throws IOException, NoSuchAlgorithmException
vodSubAccountGetPlaySafeTokenRequest - 获取PlaySafeToken请求实体IOException - 异常NoSuchAlgorithmException - 异常VodSubAccountStatsAggPageResponse getSubStatsAgg(VodSubAccountStatsAggPageRequest vodSubAccountStatsAggPageRequest) throws IOException, NoSuchAlgorithmException
vodSubAccountStatsAggPageRequest - 查询子账号统计汇总数据请求实体IOException - 异常NoSuchAlgorithmException - 异常VodSubAccountStatsDetailResponse getSubStatsDetailList(VodSubAccountStatsDetailRequest vodSubAccountStatsDetailRequest) throws IOException, NoSuchAlgorithmException
vodSubAccountStatsDetailRequest - 查询子账号统计详情请求实体IOException - 异常NoSuchAlgorithmException - 异常Copyright © 2025. All rights reserved.