public static class ListLiveChannelResponse.ListLiveChannelResponseListLiveChannelResult
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
isTruncated |
ListLiveChannelResponse.ListLiveChannelResponseListLiveChannelResultLiveChannel |
liveChannel |
String |
marker |
String |
maxKeys |
String |
nextMarker |
String |
prefix |
| 构造器和说明 |
|---|
ListLiveChannelResponseListLiveChannelResult() |
@NameInMap(value="Prefix") public String prefix
@NameInMap(value="Marker") public String marker
@NameInMap(value="MaxKeys") public String maxKeys
@NameInMap(value="IsTruncated") public String isTruncated
@NameInMap(value="NextMarker") public String nextMarker
@NameInMap(value="LiveChannel") @Validation(required=true) public ListLiveChannelResponse.ListLiveChannelResponseListLiveChannelResultLiveChannel liveChannel
public ListLiveChannelResponseListLiveChannelResult()
public static ListLiveChannelResponse.ListLiveChannelResponseListLiveChannelResult build(Map<String,?> map)
public ListLiveChannelResponse.ListLiveChannelResponseListLiveChannelResult setPrefix(String prefix)
public String getPrefix()
public ListLiveChannelResponse.ListLiveChannelResponseListLiveChannelResult setMarker(String marker)
public String getMarker()
public ListLiveChannelResponse.ListLiveChannelResponseListLiveChannelResult setMaxKeys(String maxKeys)
public String getMaxKeys()
public ListLiveChannelResponse.ListLiveChannelResponseListLiveChannelResult setIsTruncated(String isTruncated)
public String getIsTruncated()
public ListLiveChannelResponse.ListLiveChannelResponseListLiveChannelResult setNextMarker(String nextMarker)
public String getNextMarker()
public ListLiveChannelResponse.ListLiveChannelResponseListLiveChannelResult setLiveChannel(ListLiveChannelResponse.ListLiveChannelResponseListLiveChannelResultLiveChannel liveChannel)
public ListLiveChannelResponse.ListLiveChannelResponseListLiveChannelResultLiveChannel getLiveChannel()
Copyright © 2020. All rights reserved.