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