public static class EndCourseRequest.EndCourseRequestLivePlayInfoList
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
liveInputUrl |
String |
liveOutputUrl |
Integer |
liveType |
String |
replayUrl |
| 构造器和说明 |
|---|
EndCourseRequestLivePlayInfoList() |
| 限定符和类型 | 方法和说明 |
|---|---|
static EndCourseRequest.EndCourseRequestLivePlayInfoList |
build(Map<String,?> map) |
String |
getLiveInputUrl() |
String |
getLiveOutputUrl() |
Integer |
getLiveType() |
String |
getReplayUrl() |
EndCourseRequest.EndCourseRequestLivePlayInfoList |
setLiveInputUrl(String liveInputUrl) |
EndCourseRequest.EndCourseRequestLivePlayInfoList |
setLiveOutputUrl(String liveOutputUrl) |
EndCourseRequest.EndCourseRequestLivePlayInfoList |
setLiveType(Integer liveType) |
EndCourseRequest.EndCourseRequestLivePlayInfoList |
setReplayUrl(String replayUrl) |
@NameInMap(value="liveOutputUrl") public String liveOutputUrl
@NameInMap(value="liveType") public Integer liveType
@NameInMap(value="liveInputUrl") public String liveInputUrl
@NameInMap(value="replayUrl") public String replayUrl
public static EndCourseRequest.EndCourseRequestLivePlayInfoList build(Map<String,?> map) throws Exception
Exceptionpublic EndCourseRequest.EndCourseRequestLivePlayInfoList setLiveOutputUrl(String liveOutputUrl)
public String getLiveOutputUrl()
public EndCourseRequest.EndCourseRequestLivePlayInfoList setLiveType(Integer liveType)
public Integer getLiveType()
public EndCourseRequest.EndCourseRequestLivePlayInfoList setLiveInputUrl(String liveInputUrl)
public String getLiveInputUrl()
public EndCourseRequest.EndCourseRequestLivePlayInfoList setReplayUrl(String replayUrl)
public String getReplayUrl()
Copyright © 2021. All rights reserved.