public static class StartCourseRequest.StartCourseRequestLivePlayInfoList
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
liveInputUrl
example:
testUrl
|
String |
liveOutputFlvUrl
example:
testUrl
|
String |
liveOutputHlsUrl
example:
testUrl
|
Integer |
liveType
example:
1
|
String |
replayUrl
example:
testUrl
|
构造器和说明 |
---|
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
testUrl
@NameInMap(value="liveOutputFlvUrl") public String liveOutputFlvUrl
testUrl
@NameInMap(value="liveOutputHlsUrl") public String liveOutputHlsUrl
testUrl
@NameInMap(value="liveType") public Integer liveType
1
@NameInMap(value="replayUrl") public String replayUrl
testUrl
public static StartCourseRequest.StartCourseRequestLivePlayInfoList build(Map<String,?> map) throws Exception
Exception
public 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 © 2024. All rights reserved.