public class ListLiveChannelResponse
extends com.aliyun.tea.TeaModel
| Modifier and Type | Class and Description |
|---|---|
static class |
ListLiveChannelResponse.ListLiveChannelResponseListLiveChannelResult |
static class |
ListLiveChannelResponse.ListLiveChannelResponseListLiveChannelResultLiveChannel |
static class |
ListLiveChannelResponse.ListLiveChannelResponseListLiveChannelResultLiveChannelPlayUrls |
static class |
ListLiveChannelResponse.ListLiveChannelResponseListLiveChannelResultLiveChannelPublishUrls |
| Modifier and Type | Field and Description |
|---|---|
ListLiveChannelResponse.ListLiveChannelResponseListLiveChannelResult |
listLiveChannelResult |
String |
requestId |
| Constructor and Description |
|---|
ListLiveChannelResponse() |
| Modifier and Type | Method and Description |
|---|---|
static ListLiveChannelResponse |
build(Map<String,?> map) |
ListLiveChannelResponse.ListLiveChannelResponseListLiveChannelResult |
getListLiveChannelResult() |
String |
getRequestId() |
ListLiveChannelResponse |
setListLiveChannelResult(ListLiveChannelResponse.ListLiveChannelResponseListLiveChannelResult listLiveChannelResult) |
ListLiveChannelResponse |
setRequestId(String requestId) |
@NameInMap(value="x-oss-request-id") @Validation(required=true) public String requestId
@NameInMap(value="ListLiveChannelResult") @Validation(required=true) public ListLiveChannelResponse.ListLiveChannelResponseListLiveChannelResult listLiveChannelResult
public static ListLiveChannelResponse build(Map<String,?> map) throws Exception
Exceptionpublic ListLiveChannelResponse setRequestId(String requestId)
public String getRequestId()
public ListLiveChannelResponse setListLiveChannelResult(ListLiveChannelResponse.ListLiveChannelResponseListLiveChannelResult listLiveChannelResult)
public ListLiveChannelResponse.ListLiveChannelResponseListLiveChannelResult getListLiveChannelResult()
Copyright © 2021. All rights reserved.