public static class QueryLiveInfoResponseBody.QueryLiveInfoResponseBodyResultLiveInfo
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
coverUrl
|
Long |
duration
example:
18450
|
Long |
endTime
example:
1659653648000
|
String |
introduction
example:
测试直播简介
|
String |
liveId
example:
1a353547-040d-4095-bb93-404bc5d47920
|
String |
livePlayUrl
|
Long |
playbackDuration
example:
18430
|
Long |
startTime
example:
1659613648000
|
Integer |
subscribeCount
example:
2
|
String |
title
example:
测试直播
|
String |
unionId
example:
DC7wZGOSueEEIGOf3WKwWgiEiE
|
Integer |
uv
example:
3
|
| 构造器和说明 |
|---|
QueryLiveInfoResponseBodyResultLiveInfo() |
@NameInMap(value="coverUrl") public String coverUrl
@NameInMap(value="duration") public Long duration
18450
@NameInMap(value="endTime") public Long endTime
1659653648000
@NameInMap(value="introduction") public String introduction
测试直播简介
@NameInMap(value="liveId") public String liveId
1a353547-040d-4095-bb93-404bc5d47920
@NameInMap(value="livePlayUrl") public String livePlayUrl
@NameInMap(value="liveStatus") public Integer liveStatus
3
@NameInMap(value="playbackDuration") public Long playbackDuration
18430
@NameInMap(value="startTime") public Long startTime
1659613648000
@NameInMap(value="subscribeCount") public Integer subscribeCount
2
@NameInMap(value="title") public String title
测试直播
@NameInMap(value="unionId") public String unionId
DC7wZGOSueEEIGOf3WKwWgiEiE
@NameInMap(value="uv") public Integer uv
3
public static QueryLiveInfoResponseBody.QueryLiveInfoResponseBodyResultLiveInfo build(Map<String,?> map) throws Exception
Exceptionpublic QueryLiveInfoResponseBody.QueryLiveInfoResponseBodyResultLiveInfo setCoverUrl(String coverUrl)
public String getCoverUrl()
public QueryLiveInfoResponseBody.QueryLiveInfoResponseBodyResultLiveInfo setDuration(Long duration)
public Long getDuration()
public QueryLiveInfoResponseBody.QueryLiveInfoResponseBodyResultLiveInfo setEndTime(Long endTime)
public Long getEndTime()
public QueryLiveInfoResponseBody.QueryLiveInfoResponseBodyResultLiveInfo setIntroduction(String introduction)
public String getIntroduction()
public QueryLiveInfoResponseBody.QueryLiveInfoResponseBodyResultLiveInfo setLiveId(String liveId)
public String getLiveId()
public QueryLiveInfoResponseBody.QueryLiveInfoResponseBodyResultLiveInfo setLivePlayUrl(String livePlayUrl)
public String getLivePlayUrl()
public QueryLiveInfoResponseBody.QueryLiveInfoResponseBodyResultLiveInfo setLiveStatus(Integer liveStatus)
public Integer getLiveStatus()
public QueryLiveInfoResponseBody.QueryLiveInfoResponseBodyResultLiveInfo setPlaybackDuration(Long playbackDuration)
public Long getPlaybackDuration()
public QueryLiveInfoResponseBody.QueryLiveInfoResponseBodyResultLiveInfo setStartTime(Long startTime)
public Long getStartTime()
public QueryLiveInfoResponseBody.QueryLiveInfoResponseBodyResultLiveInfo setSubscribeCount(Integer subscribeCount)
public Integer getSubscribeCount()
public QueryLiveInfoResponseBody.QueryLiveInfoResponseBodyResultLiveInfo setTitle(String title)
public String getTitle()
public QueryLiveInfoResponseBody.QueryLiveInfoResponseBodyResultLiveInfo setUnionId(String unionId)
public String getUnionId()
public QueryLiveInfoResponseBody.QueryLiveInfoResponseBodyResultLiveInfo setUv(Integer uv)
public Integer getUv()
Copyright © 2025. All rights reserved.