public class VodSubAccountServiceImpl extends VodBaseService implements IVodSubAccountService
ERROR_INFO, ERROR_PREFIX, ERROR_PREFIX1, ERROR_SUFFIX| 构造器和说明 |
|---|
VodSubAccountServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
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/
|
getReturnBinary, getReturnList, getReturnOne, postFormBodyReturnList, postFormBodyReturnOne, postJsonBodyReturnList, postJsonBodyReturnOne, postJsonBodyReturnOne, uploadMultipartFile, uploadOneFile, validateBeanpublic VodSubAccountSearchVideoListResponse searchVideoList(VodSubAccountSearchVideoListRequest vodSubAccountSearchVideoListRequest) throws IOException, NoSuchAlgorithmException
searchVideoList 在接口中 IVodSubAccountServicevodSubAccountSearchVideoListRequest - 搜索视频请求实体IOException - 异常NoSuchAlgorithmException - 异常public List<VodSubAccountQueryVideoInfoResponse> getVideoInfo(VodSubAccountQueryVideoInfoRequest vodSubAccountQueryVideoInfoRequest) throws IOException, NoSuchAlgorithmException
getVideoInfo 在接口中 IVodSubAccountServicevodSubAccountQueryVideoInfoRequest - 查询视频信息请求实体IOException - 异常NoSuchAlgorithmException - 异常public Boolean updateVideoInfo(VodSubAccountUpdateVideoInfoRequest vodSubAccountUpdateVideoInfoRequest) throws IOException, NoSuchAlgorithmException
updateVideoInfo 在接口中 IVodSubAccountServicevodSubAccountUpdateVideoInfoRequest - 修改视频信息请求实体IOException - 异常NoSuchAlgorithmException - 异常public Boolean updateVideoCategory(VodSubAccountUpdateVideoCategoryRequest vodSubAccountUpdateVideoCategoryRequest) throws IOException, NoSuchAlgorithmException
updateVideoCategory 在接口中 IVodSubAccountServicevodSubAccountUpdateVideoCategoryRequest - 批量修改视频所属分类请求实体IOException - 异常NoSuchAlgorithmException - 异常public Boolean deleteVideo(VodSubAccountDeleteVideoRequest vodSubAccountDeleteVideoRequest) throws IOException, NoSuchAlgorithmException
deleteVideo 在接口中 IVodSubAccountServicevodSubAccountDeleteVideoRequest - 删除视频请求实体IOException - 异常NoSuchAlgorithmException - 异常public VodSubAccountQueryCategoryResponse queryCategory(VodSubAccountQueryCategoryRequest vodSubAccountQueryCategoryRequest) throws IOException, NoSuchAlgorithmException
queryCategory 在接口中 IVodSubAccountServicevodSubAccountQueryCategoryRequest - 查询视频分类请求实体IOException - 异常NoSuchAlgorithmException - 异常public String addCategory(VodSubAccountAddCategoryRequest vodSubAccountAddCategoryRequest) throws IOException, NoSuchAlgorithmException
addCategory 在接口中 IVodSubAccountServicevodSubAccountAddCategoryRequest - 新增视频分类请求实体IOException - 异常NoSuchAlgorithmException - 异常public Boolean updateCategory(VodSubAccountUpdateCategoryRequest vodSubAccountUpdateCategoryRequest) throws IOException, NoSuchAlgorithmException
updateCategory 在接口中 IVodSubAccountServicevodSubAccountUpdateCategoryRequest - 新增视频分类请求实体IOException - 异常NoSuchAlgorithmException - 异常public Boolean deleteCategory(VodSubAccountDeleteCategoryRequest vodSubAccountDeleteCategoryRequest) throws IOException, NoSuchAlgorithmException
deleteCategory 在接口中 IVodSubAccountServicevodSubAccountDeleteCategoryRequest - 删除视频分类请求实体IOException - 异常NoSuchAlgorithmException - 异常public Boolean updateCategoryProfile(VodSubAccountUpdateCategoryProfileRequest vodSubAccountUpdateCategoryProfileRequest) throws IOException, NoSuchAlgorithmException
updateCategoryProfile 在接口中 IVodSubAccountServicevodSubAccountUpdateCategoryProfileRequest - 修改视频分类属性设置请求实体IOException - 异常NoSuchAlgorithmException - 异常public VodSubAccountGetPlaySafeTokenResponse getPlaySafeToken(VodSubAccountGetPlaySafeTokenRequest vodSubAccountGetPlaySafeTokenRequest) throws IOException, NoSuchAlgorithmException
getPlaySafeToken 在接口中 IVodSubAccountServicevodSubAccountGetPlaySafeTokenRequest - 获取PlaySafeToken请求实体IOException - 异常NoSuchAlgorithmException - 异常public VodSubAccountStatsAggPageResponse getSubStatsAgg(VodSubAccountStatsAggPageRequest vodSubAccountStatsAggPageRequest) throws IOException, NoSuchAlgorithmException
getSubStatsAgg 在接口中 IVodSubAccountServicevodSubAccountStatsAggPageRequest - 查询子账号统计汇总数据请求实体IOException - 异常NoSuchAlgorithmException - 异常public VodSubAccountStatsDetailResponse getSubStatsDetailList(VodSubAccountStatsDetailRequest vodSubAccountStatsDetailRequest) throws IOException, NoSuchAlgorithmException
getSubStatsDetailList 在接口中 IVodSubAccountServicevodSubAccountStatsDetailRequest - 查询子账号统计详情请求实体IOException - 异常NoSuchAlgorithmException - 异常Copyright © 2021. All rights reserved.