public class UpdateRemoteClassCourseRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
UpdateRemoteClassCourseRequest.UpdateRemoteClassCourseRequestAttendParticipants |
static class |
UpdateRemoteClassCourseRequest.UpdateRemoteClassCourseRequestTeachingParticipant |
| 构造器和说明 |
|---|
UpdateRemoteClassCourseRequest() |
@NameInMap(value="courseName") public String courseName
@NameInMap(value="startTime") public Long startTime
@NameInMap(value="endTime") public Long endTime
@NameInMap(value="teachingParticipant") public UpdateRemoteClassCourseRequest.UpdateRemoteClassCourseRequestTeachingParticipant teachingParticipant
@NameInMap(value="attendParticipants") public List<UpdateRemoteClassCourseRequest.UpdateRemoteClassCourseRequestAttendParticipants> attendParticipants
@NameInMap(value="courseCode") public String courseCode
@NameInMap(value="dingClientId") public String dingClientId
@NameInMap(value="dingSuiteKey") public String dingSuiteKey
@NameInMap(value="dingTokenGrantType") public Integer dingTokenGrantType
@NameInMap(value="dingOauthAppId") public Long dingOauthAppId
@NameInMap(value="dingCorpId") public String dingCorpId
@NameInMap(value="dingIsvOrgId") public Long dingIsvOrgId
@NameInMap(value="authCode") public String authCode
public static UpdateRemoteClassCourseRequest build(Map<String,?> map) throws Exception
Exceptionpublic UpdateRemoteClassCourseRequest setCourseName(String courseName)
public String getCourseName()
public UpdateRemoteClassCourseRequest setStartTime(Long startTime)
public Long getStartTime()
public UpdateRemoteClassCourseRequest setEndTime(Long endTime)
public Long getEndTime()
public UpdateRemoteClassCourseRequest setTeachingParticipant(UpdateRemoteClassCourseRequest.UpdateRemoteClassCourseRequestTeachingParticipant teachingParticipant)
public UpdateRemoteClassCourseRequest.UpdateRemoteClassCourseRequestTeachingParticipant getTeachingParticipant()
public UpdateRemoteClassCourseRequest setAttendParticipants(List<UpdateRemoteClassCourseRequest.UpdateRemoteClassCourseRequestAttendParticipants> attendParticipants)
public List<UpdateRemoteClassCourseRequest.UpdateRemoteClassCourseRequestAttendParticipants> getAttendParticipants()
public UpdateRemoteClassCourseRequest setCourseCode(String courseCode)
public String getCourseCode()
public UpdateRemoteClassCourseRequest setDingClientId(String dingClientId)
public String getDingClientId()
public UpdateRemoteClassCourseRequest setDingSuiteKey(String dingSuiteKey)
public String getDingSuiteKey()
public UpdateRemoteClassCourseRequest setDingTokenGrantType(Integer dingTokenGrantType)
public Integer getDingTokenGrantType()
public UpdateRemoteClassCourseRequest setDingOauthAppId(Long dingOauthAppId)
public Long getDingOauthAppId()
public UpdateRemoteClassCourseRequest setDingCorpId(String dingCorpId)
public String getDingCorpId()
public UpdateRemoteClassCourseRequest setDingIsvOrgId(Long dingIsvOrgId)
public Long getDingIsvOrgId()
public UpdateRemoteClassCourseRequest setAuthCode(String authCode)
public String getAuthCode()
Copyright © 2021. All rights reserved.