public static class StartCourseRequest.StartCourseRequestLivePlayInfoList
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
liveInputUrl |
String |
liveOutputFlvUrl |
String |
liveOutputHlsUrl |
Integer |
liveType |
String |
replayUrl |
| 构造器和说明 |
|---|
StartCourseRequestLivePlayInfoList() |
| 限定符和类型 | 方法和说明 |
|---|---|
static StartCourseRequest.StartCourseRequestLivePlayInfoList |
build(Map<String,?> map) |
String |
getLiveInputUrl() |
String |
getLiveOutputFlvUrl() |
String |
getLiveOutputHlsUrl() |
Integer |
getLiveType() |
String |
getReplayUrl() |
StartCourseRequest.StartCourseRequestLivePlayInfoList |
setLiveInputUrl(String liveInputUrl) |
StartCourseRequest.StartCourseRequestLivePlayInfoList |
setLiveOutputFlvUrl(String liveOutputFlvUrl) |
StartCourseRequest.StartCourseRequestLivePlayInfoList |
setLiveOutputHlsUrl(String liveOutputHlsUrl) |
StartCourseRequest.StartCourseRequestLivePlayInfoList |
setLiveType(Integer liveType) |
StartCourseRequest.StartCourseRequestLivePlayInfoList |
setReplayUrl(String replayUrl) |
@NameInMap(value="liveInputUrl") public String liveInputUrl
@NameInMap(value="liveOutputFlvUrl") public String liveOutputFlvUrl
@NameInMap(value="liveOutputHlsUrl") public String liveOutputHlsUrl
@NameInMap(value="liveType") public Integer liveType
@NameInMap(value="replayUrl") public String replayUrl
public static StartCourseRequest.StartCourseRequestLivePlayInfoList build(Map<String,?> map) throws Exception
Exceptionpublic StartCourseRequest.StartCourseRequestLivePlayInfoList setLiveInputUrl(String liveInputUrl)
public String getLiveInputUrl()
public StartCourseRequest.StartCourseRequestLivePlayInfoList setLiveOutputFlvUrl(String liveOutputFlvUrl)
public String getLiveOutputFlvUrl()
public StartCourseRequest.StartCourseRequestLivePlayInfoList setLiveOutputHlsUrl(String liveOutputHlsUrl)
public String getLiveOutputHlsUrl()
public StartCourseRequest.StartCourseRequestLivePlayInfoList setLiveType(Integer liveType)
public Integer getLiveType()
public StartCourseRequest.StartCourseRequestLivePlayInfoList setReplayUrl(String replayUrl)
public String getReplayUrl()
Copyright © 2022. All rights reserved.