public class CreateRemoteClassCourseRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 类和说明 |
---|---|
static class |
CreateRemoteClassCourseRequest.CreateRemoteClassCourseRequestAttendParticipants |
static class |
CreateRemoteClassCourseRequest.CreateRemoteClassCourseRequestTeachingParticipant |
构造器和说明 |
---|
CreateRemoteClassCourseRequest() |
@NameInMap(value="attendParticipants") public List<CreateRemoteClassCourseRequest.CreateRemoteClassCourseRequestAttendParticipants> attendParticipants
@NameInMap(value="authCode") public String authCode
@NameInMap(value="courseName") public String courseName
@NameInMap(value="endTime") public Long endTime
@NameInMap(value="startTime") public Long startTime
@NameInMap(value="teachingParticipant") public CreateRemoteClassCourseRequest.CreateRemoteClassCourseRequestTeachingParticipant teachingParticipant
public static CreateRemoteClassCourseRequest build(Map<String,?> map) throws Exception
Exception
public CreateRemoteClassCourseRequest setAttendParticipants(List<CreateRemoteClassCourseRequest.CreateRemoteClassCourseRequestAttendParticipants> attendParticipants)
public List<CreateRemoteClassCourseRequest.CreateRemoteClassCourseRequestAttendParticipants> getAttendParticipants()
public CreateRemoteClassCourseRequest setAuthCode(String authCode)
public String getAuthCode()
public CreateRemoteClassCourseRequest setCourseName(String courseName)
public String getCourseName()
public CreateRemoteClassCourseRequest setEndTime(Long endTime)
public Long getEndTime()
public CreateRemoteClassCourseRequest setStartTime(Long startTime)
public Long getStartTime()
public CreateRemoteClassCourseRequest setTeachingParticipant(CreateRemoteClassCourseRequest.CreateRemoteClassCourseRequestTeachingParticipant teachingParticipant)
public CreateRemoteClassCourseRequest.CreateRemoteClassCourseRequestTeachingParticipant getTeachingParticipant()
Copyright © 2024. All rights reserved.