public class GetLiveChannelInfoResponse
extends com.aliyun.tea.TeaModel
| Modifier and Type | Class and Description |
|---|---|
static class |
GetLiveChannelInfoResponse.GetLiveChannelInfoResponseLiveChannelConfiguration |
static class |
GetLiveChannelInfoResponse.GetLiveChannelInfoResponseLiveChannelConfigurationTarget |
| Modifier and Type | Field and Description |
|---|---|
GetLiveChannelInfoResponse.GetLiveChannelInfoResponseLiveChannelConfiguration |
liveChannelConfiguration |
String |
requestId |
| Constructor and Description |
|---|
GetLiveChannelInfoResponse() |
| Modifier and Type | Method and Description |
|---|---|
static GetLiveChannelInfoResponse |
build(Map<String,?> map) |
GetLiveChannelInfoResponse.GetLiveChannelInfoResponseLiveChannelConfiguration |
getLiveChannelConfiguration() |
String |
getRequestId() |
GetLiveChannelInfoResponse |
setLiveChannelConfiguration(GetLiveChannelInfoResponse.GetLiveChannelInfoResponseLiveChannelConfiguration liveChannelConfiguration) |
GetLiveChannelInfoResponse |
setRequestId(String requestId) |
@NameInMap(value="x-oss-request-id") @Validation(required=true) public String requestId
@NameInMap(value="LiveChannelConfiguration") @Validation(required=true) public GetLiveChannelInfoResponse.GetLiveChannelInfoResponseLiveChannelConfiguration liveChannelConfiguration
public static GetLiveChannelInfoResponse build(Map<String,?> map) throws Exception
Exceptionpublic GetLiveChannelInfoResponse setRequestId(String requestId)
public String getRequestId()
public GetLiveChannelInfoResponse setLiveChannelConfiguration(GetLiveChannelInfoResponse.GetLiveChannelInfoResponseLiveChannelConfiguration liveChannelConfiguration)
public GetLiveChannelInfoResponse.GetLiveChannelInfoResponseLiveChannelConfiguration getLiveChannelConfiguration()
Copyright © 2021. All rights reserved.