|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectnet.polyv.live.v1.service.LiveBaseService
net.polyv.live.v1.service.account.impl.LiveAccountServiceImpl
public class LiveAccountServiceImpl
直播账号级管理
| 字段摘要 |
|---|
| 从类 net.polyv.live.v1.service.LiveBaseService 继承的字段 |
|---|
ERROR_INFO, ERROR_PREFIX, ERROR_PREFIX1, ERROR_SUFFIX |
| 构造方法摘要 | |
|---|---|
LiveAccountServiceImpl()
|
|
| 方法摘要 | |
|---|---|
Boolean |
createAccountToken(LiveCreateAccountTokenRequest liveCreateAccountTokenRequest)
设置账号单点登录的token API地址:https://dev.polyv.net/2019/liveproduct/l-api/zhsz/set-user-login-token/ |
LiveCreateCategoryResponse |
createCategory(LiveCreateCategoryRequest liveCreateCategoryRequest)
创建账号下直播分类 API地址:https://dev.polyv.net/2019/liveproduct/l-api/zhsz/create-category/ |
Boolean |
deleteCategory(LiveDeleteCategoryRequest liveDeleteCategoryRequest)
删除直播频道分类 API地址:https://dev.polyv.net/2020/liveproduct/l-api/zhsz/delete-category/ |
LiveAccountInfoResponse |
getAccountInfo(LiveAccountInfoRequest liveAccountInfoRequest)
获取直播用户账号信息接口 API地址:https://dev.polyv.net/2020/liveproduct/l-api/zhsz/get-user-info/ |
LiveAccountSwitchResponse |
getAccountSwitch(LiveAccountSwitchRequest liveAccountSwitchRequest)
查询功能开关状态接口 注:isClosePreview当enabled值为Y时,表示的是关闭系统观看页;closeDanmu当enabled值为Y时,表示的是关闭弹幕;closeChaterList当enabled值为Y时,表示的是关闭在线列表 API地址:https://dev.polyv.net/2018/liveproduct/l-api/zhsz/switch-get/ |
LiveChannelIncomeDetailResponse |
getChannelIncomeDetail(LiveChannelIncomeDetailRequest liveChannelIncomeDetailRequest)
查询账号下所有/某个频道号收入详情 API地址:https://dev.polyv.net/2018/liveproduct/l-api/zhsz/get-income-detail/ |
LiveAccountMicDurationResponse |
getMicDuration(LiveAccountMicDurationRequest liveAccountMicDurationRequest)
获取账号连麦分钟数使用量与剩余量 API地址:https://dev.polyv.net/2020/liveproduct/l-api/zhsz/mic-duration/ |
LiveAccountUserDurationsResponse |
getUserDurations(LiveAccountUserDurationsRequest liveAccountUserDurationsRequest)
查询账户分钟数 API地址:https://dev.polyv.net/2017/liveproduct/l-api/zhsz/get-user-durations/ |
LiveListAccountResponse |
listAccount(LiveListAccountRequest liveListAccountRequest)
查询账号下的频道列表(返回频道号列表) API地址:https://dev.polyv.net/2016/liveproduct/l-api/zhsz/channels/ |
LiveListAccountDetailResponse |
listAccountDetail(LiveListAccountDetailRequest liveListAccountDetailRequest)
查询账号下所有频道详细信息 API地址:https://dev.polyv.net/2019/liveproduct/l-api/zhsz/chennel-detail/ |
LiveListCategoryResponse |
listCategory(LiveListCategoryRequest liveCategoryRequest)
查询账号下直播分类 API地址:https://dev.polyv.net/2018/liveproduct/l-api/zhsz/get-category-list/ |
LiveListAccountChannelBasicResponse |
listChannelBasic(LiveListAccountChannelBasicRequest liveListAccountChannelBasicRequest)
查询账号下所有频道缩略信息 API地址:https://dev.polyv.net/2018/liveproduct/l-api/zhsz/get-simple-channel-list/ |
Boolean |
updateAccountSwitch(LiveUpdateAccountSwitchRequest liveUpdateAccountSwitchRequest)
设置功能开关状态 API地址:https://dev.polyv.net/2018/liveproduct/l-api/zhsz/switch-update/ |
Boolean |
updateCategory(LiveUpdateCategoryRequest liveUpdateCategoryRequest)
修改直播频道分类名称 API地址:https://dev.polyv.net/2020/liveproduct/l-api/zhsz/update-category-name/ |
Boolean |
updateCategorySort(LiveUpdateCategorySortRequest liveUpdateCategorySortRequest)
修改直播频道分类顺序 API地址:https://dev.polyv.net/2020/liveproduct/l-api/zhsz/update-category-rank/ |
Boolean |
updatePlaybackCallbackUrl(LiveAccountPlaybackCallbackRequest liveAccountPlaybackCallbackRequest)
设置转存成功回调通知url API地址:https://dev.polyv.net/2018/liveproduct/l-api/zhsz/set-playback-callback/ |
Boolean |
updateRecordCallbackUrl(LiveAccountRecordCallbackRequest liveAccountRecordCallbackRequest)
设置录制回调通知url API地址:https://dev.polyv.net/2018/liveproduct/l-api/zhsz/set-record-callback/ |
Boolean |
updateStreamCallbackUrl(LiveAccountStreamCallbackRequest liveAccountStreamCallbackRequest)
设置直播状态回调通知url API地址:https://dev.polyv.net/2018/liveproduct/l-api/zhsz/set-stream-callback/ |
| 从类 net.polyv.live.v1.service.LiveBaseService 继承的方法 |
|---|
baseGet, baseGetReturnArray, baseGetReturnArray, basePost, basePostJson, basePostJson, basePostJsonReturnArray, basePostReturnArray, baseUploadFile, baseUploadFileList, baseUploadFileListReturnArray |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 构造方法详细信息 |
|---|
public LiveAccountServiceImpl()
| 方法详细信息 |
|---|
public LiveListAccountDetailResponse listAccountDetail(LiveListAccountDetailRequest liveListAccountDetailRequest)
throws IOException,
NoSuchAlgorithmException
ILiveAccountService 中的 listAccountDetailliveListAccountDetailRequest - 查询所有频道详细信息请求实体
IOException - 异常
NoSuchAlgorithmException - 异常
public LiveListAccountResponse listAccount(LiveListAccountRequest liveListAccountRequest)
throws IOException,
NoSuchAlgorithmException
ILiveAccountService 中的 listAccountliveListAccountRequest - 查询账号下的频道列表 请求体
IOException - 异常
NoSuchAlgorithmException - 异常
public LiveAccountMicDurationResponse getMicDuration(LiveAccountMicDurationRequest liveAccountMicDurationRequest)
throws IOException,
NoSuchAlgorithmException
ILiveAccountService 中的 getMicDurationliveAccountMicDurationRequest - 获取账号连麦分钟数使用量与剩余量请求实体
IOException - 异常
NoSuchAlgorithmException - 异常
public Boolean updateAccountSwitch(LiveUpdateAccountSwitchRequest liveUpdateAccountSwitchRequest)
throws IOException,
NoSuchAlgorithmException
ILiveAccountService 中的 updateAccountSwitchliveUpdateAccountSwitchRequest - 设置功能开关状态请求实体
IOException - 异常
NoSuchAlgorithmException - 异常
public Boolean createAccountToken(LiveCreateAccountTokenRequest liveCreateAccountTokenRequest)
throws IOException,
NoSuchAlgorithmException
ILiveAccountService 中的 createAccountTokenliveCreateAccountTokenRequest - 设置账号单点登录的token请求实体
IOException - 异常
NoSuchAlgorithmException - 异常
public Boolean updateStreamCallbackUrl(LiveAccountStreamCallbackRequest liveAccountStreamCallbackRequest)
throws IOException,
NoSuchAlgorithmException
ILiveAccountService 中的 updateStreamCallbackUrlliveAccountStreamCallbackRequest - 设置直播状态回调通知url请求体
IOException - 异常
NoSuchAlgorithmException - 异常
public Boolean updatePlaybackCallbackUrl(LiveAccountPlaybackCallbackRequest liveAccountPlaybackCallbackRequest)
throws IOException,
NoSuchAlgorithmException
ILiveAccountService 中的 updatePlaybackCallbackUrlliveAccountPlaybackCallbackRequest - 设置转存成功回调通知url请求实体
IOException - 异常
NoSuchAlgorithmException - 异常
public Boolean updateRecordCallbackUrl(LiveAccountRecordCallbackRequest liveAccountRecordCallbackRequest)
throws IOException,
NoSuchAlgorithmException
ILiveAccountService 中的 updateRecordCallbackUrlliveAccountRecordCallbackRequest - 设置录制回调通知url请求实体
IOException - 异常
NoSuchAlgorithmException - 异常
public LiveAccountSwitchResponse getAccountSwitch(LiveAccountSwitchRequest liveAccountSwitchRequest)
throws IOException,
NoSuchAlgorithmException
ILiveAccountService 中的 getAccountSwitchliveAccountSwitchRequest - 查询功能开关状态接口请求实体
IOException - 异常
NoSuchAlgorithmException - 异常
public LiveListAccountChannelBasicResponse listChannelBasic(LiveListAccountChannelBasicRequest liveListAccountChannelBasicRequest)
throws IOException,
NoSuchAlgorithmException
ILiveAccountService 中的 listChannelBasicliveListAccountChannelBasicRequest - 查询账号下所有频道缩略信息请求实体
IOException - 异常
NoSuchAlgorithmException - 异常
public LiveAccountUserDurationsResponse getUserDurations(LiveAccountUserDurationsRequest liveAccountUserDurationsRequest)
throws IOException,
NoSuchAlgorithmException
ILiveAccountService 中的 getUserDurationsliveAccountUserDurationsRequest - 查询账户分钟数请求实体
IOException - 异常
NoSuchAlgorithmException - 异常
public LiveCreateCategoryResponse createCategory(LiveCreateCategoryRequest liveCreateCategoryRequest)
throws IOException,
NoSuchAlgorithmException
ILiveAccountService 中的 createCategoryliveCreateCategoryRequest - 创建账号下直播分类请求实体
IOException - 异常
NoSuchAlgorithmException - 异常
public LiveListCategoryResponse listCategory(LiveListCategoryRequest liveCategoryRequest)
throws IOException,
NoSuchAlgorithmException
ILiveAccountService 中的 listCategoryliveCategoryRequest - 查询账号下直播分类请求实体
IOException - 异常
NoSuchAlgorithmException - 异常
public Boolean updateCategory(LiveUpdateCategoryRequest liveUpdateCategoryRequest)
throws IOException,
NoSuchAlgorithmException
ILiveAccountService 中的 updateCategoryliveUpdateCategoryRequest - 修改直播频道分类名称请求实体
IOException - 异常
NoSuchAlgorithmException - 异常
public Boolean deleteCategory(LiveDeleteCategoryRequest liveDeleteCategoryRequest)
throws IOException,
NoSuchAlgorithmException
ILiveAccountService 中的 deleteCategoryliveDeleteCategoryRequest - 删除直播频道分类请求实体
IOException - 异常
NoSuchAlgorithmException - 异常
public Boolean updateCategorySort(LiveUpdateCategorySortRequest liveUpdateCategorySortRequest)
throws IOException,
NoSuchAlgorithmException
ILiveAccountService 中的 updateCategorySortliveUpdateCategorySortRequest - 修改直播频道分类顺序请求实体
IOException - 异常
NoSuchAlgorithmException - 异常
public LiveAccountInfoResponse getAccountInfo(LiveAccountInfoRequest liveAccountInfoRequest)
throws IOException,
NoSuchAlgorithmException
ILiveAccountService 中的 getAccountInfoliveAccountInfoRequest - 获取直播用户账号信息接口请求实体
IOException - 异常
NoSuchAlgorithmException - 异常
public LiveChannelIncomeDetailResponse getChannelIncomeDetail(LiveChannelIncomeDetailRequest liveChannelIncomeDetailRequest)
throws IOException,
NoSuchAlgorithmException
ILiveAccountService 中的 getChannelIncomeDetailliveChannelIncomeDetailRequest - 查询账号下所有/某个频道号收入详情请求实体
IOException - 异常
NoSuchAlgorithmException - 异常
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||