|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectnet.polyv.live.v1.service.LiveBaseService
net.polyv.live.v1.service.web.impl.LiveWebInfoServiceImpl
public class LiveWebInfoServiceImpl
| 字段摘要 |
|---|
| 从类 net.polyv.live.v1.service.LiveBaseService 继承的字段 |
|---|
ERROR_INFO, ERROR_PREFIX, ERROR_PREFIX1, ERROR_SUFFIX |
| 构造方法摘要 | |
|---|---|
LiveWebInfoServiceImpl()
|
|
| 方法摘要 | |
|---|---|
LiveChannelCountDownResponse |
getChannelCountDown(LiveChannelCountDownRequest liveChannelCountDownRequest)
查询频道直播倒计时信息 API地址:https://dev.polyv.net/2018/liveproduct/l-api/szgkygg/ymxxsz/get-countdown/ |
LiveChannelLikesResponse |
getChannelLikes(LiveChannelLikesRequest liveChannelLikesRequest)
查询频道点赞数和观众热度值 API地址:https://dev.polyv.net/2017/liveproduct/l-api/szgkygg/ymxxsz/live-likes/ |
LiveChannelSplashResponse |
getChannelSplash(LiveChannelSplashRequest liveChannelSplashRequest)
查询直播引导图开关状态及URL API地址:https://dev.polyv.net/2017/liveproduct/l-api/szgkygg/ymxxsz/getsplash/ |
Boolean |
updateChannelCountDown(LiveUpdateChannelCountDownRequest liveUpdateChannelCountDownRequest)
设置频道直播倒计时信息 API地址:https://dev.polyv.net/2018/liveproduct/l-api/szgkygg/ymxxsz/set-countdown/ |
Boolean |
updateChannelLikes(LiveUpdateChannelLikesRequest liveUpdateChannelLikesRequest)
设置频道点赞数和观看热度值 API地址:https://dev.polyv.net/2018/liveproduct/l-api/szgkygg/ymxxsz/update-likes/ |
String |
updateChannelLogo(LiveUpdateChannelLogoRequest liveUpdateChannelLogoRequest)
设置频道图标 API地址:https://dev.polyv.net/2017/liveproduct/l-api/szgkygg/ymxxsz/updatechannellogo/ |
Boolean |
updateChannelName(LiveUpdateChannelNameRequest liveUpdateChannelNameRequest)
设置频道名称 API地址:https://dev.polyv.net/2016/liveproduct/l-api/szgkygg/ymxxsz/updatechannelname/ |
Boolean |
updateChannelPublisher(LiveUpdateChannelPublisherRequest liveUpdateChannelPublisherRequest)
设置主持人姓名 API地址:https://dev.polyv.net/2017/liveproduct/l-api/szgkygg/ymxxsz/setpublisher/ |
String |
updateChannelSplash(LiveUpdateChannelSplashRequest liveUpdateChannelSplashRequest)
设置引导开关以及引导图片 API地址:https://dev.polyv.net/2017/liveproduct/l-api/szgkygg/ymxxsz/setsplash/ |
| 从类 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 LiveWebInfoServiceImpl()
| 方法详细信息 |
|---|
public Boolean updateChannelName(LiveUpdateChannelNameRequest liveUpdateChannelNameRequest)
throws IOException,
NoSuchAlgorithmException
ILiveWebInfoService 中的 updateChannelNameliveUpdateChannelNameRequest - 设置频道名称请求实体
IOException - 异常
NoSuchAlgorithmException - 异常
public Boolean updateChannelPublisher(LiveUpdateChannelPublisherRequest liveUpdateChannelPublisherRequest)
throws IOException,
NoSuchAlgorithmException
ILiveWebInfoService 中的 updateChannelPublisherliveUpdateChannelPublisherRequest - 设置主持人姓名请求实体
IOException - 异常
NoSuchAlgorithmException - 异常
public LiveChannelSplashResponse getChannelSplash(LiveChannelSplashRequest liveChannelSplashRequest)
throws IOException,
NoSuchAlgorithmException
ILiveWebInfoService 中的 getChannelSplashliveChannelSplashRequest - 查询直播引导图开关状态及URL请求实体
IOException - 异常
NoSuchAlgorithmException - 异常
public Boolean updateChannelLikes(LiveUpdateChannelLikesRequest liveUpdateChannelLikesRequest)
throws IOException,
NoSuchAlgorithmException
ILiveWebInfoService 中的 updateChannelLikesliveUpdateChannelLikesRequest - 设置频道点赞数和观看热度值请求实体
IOException - 异常
NoSuchAlgorithmException - 异常
public LiveChannelLikesResponse getChannelLikes(LiveChannelLikesRequest liveChannelLikesRequest)
throws IOException,
NoSuchAlgorithmException
ILiveWebInfoService 中的 getChannelLikesliveChannelLikesRequest - 查询频道点赞数和观众热度值请求实体
IOException - 异常
NoSuchAlgorithmException - 异常
public Boolean updateChannelCountDown(LiveUpdateChannelCountDownRequest liveUpdateChannelCountDownRequest)
throws IOException,
NoSuchAlgorithmException
ILiveWebInfoService 中的 updateChannelCountDownliveUpdateChannelCountDownRequest - 设置频道直播倒计时信息请求实体
IOException - 异常
NoSuchAlgorithmException - 异常
public LiveChannelCountDownResponse getChannelCountDown(LiveChannelCountDownRequest liveChannelCountDownRequest)
throws IOException,
NoSuchAlgorithmException
ILiveWebInfoService 中的 getChannelCountDownliveChannelCountDownRequest - 查询频道直播倒计时信息请求实体
IOException - 异常
NoSuchAlgorithmException - 异常
public String updateChannelLogo(LiveUpdateChannelLogoRequest liveUpdateChannelLogoRequest)
throws IOException,
NoSuchAlgorithmException
ILiveWebInfoService 中的 updateChannelLogoliveUpdateChannelLogoRequest - 设置频道图标请求实体
IOException - 异常
NoSuchAlgorithmException - 异常
public String updateChannelSplash(LiveUpdateChannelSplashRequest liveUpdateChannelSplashRequest)
throws IOException,
NoSuchAlgorithmException
ILiveWebInfoService 中的 updateChannelSplashliveUpdateChannelSplashRequest - 设置引导开关以及引导图片请求实体
IOException - 异常
NoSuchAlgorithmException - 异常
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||