public class VClassLessonServiceImpl extends VClassBaseService implements VClassLessonService
ERROR_INFO, ERROR_PREFIX, ERROR_PREFIX1, ERROR_SUFFIX| 构造器和说明 |
|---|
VClassLessonServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
VClassAddLessonResponse |
addLesson(VClassAddLessonRequest vClassAddLessonRequest)
创建课节
API地址:https://help.polyv.net/#/vclass/api/lesson/add_lesson
|
Boolean |
cutoffLesson(VClassCutoffLessonRequest vClassCutoffLessonRequest)
修改课节状态为禁止上课
API地址:https://help.polyv.net/#/vclass/api/lesson/cutoff
|
Boolean |
deleteLesson(VClassDeleteLessonRequest vClassDeleteLessonRequest)
删除课节
API地址:https://help.polyv.net/#/vclass/api/lesson/delete_lesson
|
VClassGetLessonInfoResponse |
getLessonInfo(VClassGetLessonInfoRequest vClassGetLessonInfoRequest)
获取课节信息
API地址:https://help.polyv.net/#/vclass/api/lesson/get_lesson
|
List<VClassGetLessonLiveInfoResponse> |
getLessonLiveInfo(VClassGetLessonLiveInfoRequest vClassGetLessonLiveInfoRequest)
查询课节实时状态和在线人数
API地址:https://help.polyv.net/#/vclass/api/lesson/get_lesson_live_info
|
List<VClassGetPlaybackVideoResponse> |
getPlaybackVideo(VClassGetPlaybackVideoRequest vClassGetPlaybackVideoRequest)
查询课节回放视频
API地址:https://help.polyv.net/#/vclass/api/lesson/get_playback_video
|
Boolean |
resumeLesson(VClassResumeLessonRequest vClassResumeLessonRequest)
恢复课节状态为可以上课
API地址:https://help.polyv.net/#/vclass/api/lesson/resume
|
Boolean |
updateLessonInfo(VClassUpdateLessonInfoRequest vClassUpdateLessonInfoRequest)
更新课节信息
API地址:https://help.polyv.net/#/vclass/api/lesson/update_lesson
|
getReturnBinary, getReturnList, getReturnOne, postFormBodyReturnList, postFormBodyReturnOne, postJsonBodyReturnList, postJsonBodyReturnOne, postJsonBodyReturnOne, uploadMultipartFile, uploadOneFilepublic VClassAddLessonResponse addLesson(VClassAddLessonRequest vClassAddLessonRequest) throws IOException, NoSuchAlgorithmException
addLesson 在接口中 VClassLessonServicevClassAddLessonRequest - 创建课节请求实体IOException - 异常NoSuchAlgorithmException - 异常public VClassGetLessonInfoResponse getLessonInfo(VClassGetLessonInfoRequest vClassGetLessonInfoRequest) throws IOException, NoSuchAlgorithmException
getLessonInfo 在接口中 VClassLessonServicevClassGetLessonInfoRequest - 获取课节信息请求实体IOException - 异常NoSuchAlgorithmException - 异常public Boolean updateLessonInfo(VClassUpdateLessonInfoRequest vClassUpdateLessonInfoRequest) throws IOException, NoSuchAlgorithmException
updateLessonInfo 在接口中 VClassLessonServicevClassUpdateLessonInfoRequest - 更新课节信息请求实体IOException - 异常NoSuchAlgorithmException - 异常public Boolean deleteLesson(VClassDeleteLessonRequest vClassDeleteLessonRequest) throws IOException, NoSuchAlgorithmException
deleteLesson 在接口中 VClassLessonServicevClassDeleteLessonRequest - 删除课节请求实体IOException - 异常NoSuchAlgorithmException - 异常public Boolean cutoffLesson(VClassCutoffLessonRequest vClassCutoffLessonRequest) throws IOException, NoSuchAlgorithmException
cutoffLesson 在接口中 VClassLessonServicevClassCutoffLessonRequest - 修改课节状态为禁止上课请求实体IOException - 异常NoSuchAlgorithmException - 异常public Boolean resumeLesson(VClassResumeLessonRequest vClassResumeLessonRequest) throws IOException, NoSuchAlgorithmException
resumeLesson 在接口中 VClassLessonServicevClassResumeLessonRequest - 恢复课节状态为可以上课请求实体IOException - 异常NoSuchAlgorithmException - 异常public List<VClassGetLessonLiveInfoResponse> getLessonLiveInfo(VClassGetLessonLiveInfoRequest vClassGetLessonLiveInfoRequest) throws IOException, NoSuchAlgorithmException
getLessonLiveInfo 在接口中 VClassLessonServicevClassGetLessonLiveInfoRequest - 查询课节实时状态和在线人数请求实体IOException - 异常NoSuchAlgorithmException - 异常public List<VClassGetPlaybackVideoResponse> getPlaybackVideo(VClassGetPlaybackVideoRequest vClassGetPlaybackVideoRequest) throws IOException, NoSuchAlgorithmException
getPlaybackVideo 在接口中 VClassLessonServicevClassGetPlaybackVideoRequest - 查询课节回放视频请求实体IOException - 异常NoSuchAlgorithmException - 异常Copyright © 2025. All rights reserved.