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 © 2022. All rights reserved.