public class EndCourseRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
EndCourseRequest.EndCourseRequestLivePlayInfoList |
| 限定符和类型 | 字段和说明 |
|---|---|
String |
courseCode |
String |
ext |
String |
isvCode |
List<EndCourseRequest.EndCourseRequestLivePlayInfoList> |
livePlayInfoList |
String |
opUserId |
| 构造器和说明 |
|---|
EndCourseRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static EndCourseRequest |
build(Map<String,?> map) |
String |
getCourseCode() |
String |
getExt() |
String |
getIsvCode() |
List<EndCourseRequest.EndCourseRequestLivePlayInfoList> |
getLivePlayInfoList() |
String |
getOpUserId() |
EndCourseRequest |
setCourseCode(String courseCode) |
EndCourseRequest |
setExt(String ext) |
EndCourseRequest |
setIsvCode(String isvCode) |
EndCourseRequest |
setLivePlayInfoList(List<EndCourseRequest.EndCourseRequestLivePlayInfoList> livePlayInfoList) |
EndCourseRequest |
setOpUserId(String opUserId) |
@NameInMap(value="courseCode") public String courseCode
@NameInMap(value="ext") public String ext
@NameInMap(value="isvCode") public String isvCode
@NameInMap(value="livePlayInfoList") public List<EndCourseRequest.EndCourseRequestLivePlayInfoList> livePlayInfoList
@NameInMap(value="opUserId") public String opUserId
public static EndCourseRequest build(Map<String,?> map) throws Exception
Exceptionpublic EndCourseRequest setCourseCode(String courseCode)
public String getCourseCode()
public EndCourseRequest setExt(String ext)
public String getExt()
public EndCourseRequest setIsvCode(String isvCode)
public String getIsvCode()
public EndCourseRequest setLivePlayInfoList(List<EndCourseRequest.EndCourseRequestLivePlayInfoList> livePlayInfoList)
public List<EndCourseRequest.EndCourseRequestLivePlayInfoList> getLivePlayInfoList()
public EndCourseRequest setOpUserId(String opUserId)
public String getOpUserId()
Copyright © 2022. All rights reserved.