public class UpdateRemoteClassCourseRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 类和说明 |
---|---|
static class |
UpdateRemoteClassCourseRequest.UpdateRemoteClassCourseRequestAttendParticipants |
static class |
UpdateRemoteClassCourseRequest.UpdateRemoteClassCourseRequestTeachingParticipant |
构造器和说明 |
---|
UpdateRemoteClassCourseRequest() |
@NameInMap(value="attendParticipants") public List<UpdateRemoteClassCourseRequest.UpdateRemoteClassCourseRequestAttendParticipants> attendParticipants
听课设备
@NameInMap(value="authCode") public String authCode
@NameInMap(value="courseCode") public String courseCode
课程码
@NameInMap(value="courseName") public String courseName
课程名称
@NameInMap(value="endTime") public Long endTime
课程结束时间
@NameInMap(value="startTime") public Long startTime
课程开始时间
@NameInMap(value="teachingParticipant") public UpdateRemoteClassCourseRequest.UpdateRemoteClassCourseRequestTeachingParticipant teachingParticipant
授课设备
public static UpdateRemoteClassCourseRequest build(Map<String,?> map) throws Exception
Exception
public UpdateRemoteClassCourseRequest setAttendParticipants(List<UpdateRemoteClassCourseRequest.UpdateRemoteClassCourseRequestAttendParticipants> attendParticipants)
public List<UpdateRemoteClassCourseRequest.UpdateRemoteClassCourseRequestAttendParticipants> getAttendParticipants()
public UpdateRemoteClassCourseRequest setAuthCode(String authCode)
public String getAuthCode()
public UpdateRemoteClassCourseRequest setCourseCode(String courseCode)
public String getCourseCode()
public UpdateRemoteClassCourseRequest setCourseName(String courseName)
public String getCourseName()
public UpdateRemoteClassCourseRequest setEndTime(Long endTime)
public Long getEndTime()
public UpdateRemoteClassCourseRequest setStartTime(Long startTime)
public Long getStartTime()
public UpdateRemoteClassCourseRequest setTeachingParticipant(UpdateRemoteClassCourseRequest.UpdateRemoteClassCourseRequestTeachingParticipant teachingParticipant)
public UpdateRemoteClassCourseRequest.UpdateRemoteClassCourseRequestTeachingParticipant getTeachingParticipant()
Copyright © 2023. All rights reserved.