public static class EndCourseRequest.EndCourseRequestLivePlayInfoList
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
liveInputUrl |
String |
liveOutputFlvUrl |
String |
liveOutputHlsUrl |
Integer |
liveType |
String |
replayUrl |
构造器和说明 |
---|
EndCourseRequestLivePlayInfoList() |
限定符和类型 | 方法和说明 |
---|---|
static EndCourseRequest.EndCourseRequestLivePlayInfoList |
build(Map<String,?> map) |
String |
getLiveInputUrl() |
String |
getLiveOutputFlvUrl() |
String |
getLiveOutputHlsUrl() |
Integer |
getLiveType() |
String |
getReplayUrl() |
EndCourseRequest.EndCourseRequestLivePlayInfoList |
setLiveInputUrl(String liveInputUrl) |
EndCourseRequest.EndCourseRequestLivePlayInfoList |
setLiveOutputFlvUrl(String liveOutputFlvUrl) |
EndCourseRequest.EndCourseRequestLivePlayInfoList |
setLiveOutputHlsUrl(String liveOutputHlsUrl) |
EndCourseRequest.EndCourseRequestLivePlayInfoList |
setLiveType(Integer liveType) |
EndCourseRequest.EndCourseRequestLivePlayInfoList |
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 EndCourseRequest.EndCourseRequestLivePlayInfoList build(Map<String,?> map) throws Exception
Exception
public EndCourseRequest.EndCourseRequestLivePlayInfoList setLiveInputUrl(String liveInputUrl)
public String getLiveInputUrl()
public EndCourseRequest.EndCourseRequestLivePlayInfoList setLiveOutputFlvUrl(String liveOutputFlvUrl)
public String getLiveOutputFlvUrl()
public EndCourseRequest.EndCourseRequestLivePlayInfoList setLiveOutputHlsUrl(String liveOutputHlsUrl)
public String getLiveOutputHlsUrl()
public EndCourseRequest.EndCourseRequestLivePlayInfoList setLiveType(Integer liveType)
public Integer getLiveType()
public EndCourseRequest.EndCourseRequestLivePlayInfoList setReplayUrl(String replayUrl)
public String getReplayUrl()
Copyright © 2024. All rights reserved.