public class GetLiveChannelStatResponse
extends com.aliyun.tea.TeaModel
| Modifier and Type | Class and Description |
|---|---|
static class |
GetLiveChannelStatResponse.GetLiveChannelStatResponseLiveChannelStat |
static class |
GetLiveChannelStatResponse.GetLiveChannelStatResponseLiveChannelStatAudio |
static class |
GetLiveChannelStatResponse.GetLiveChannelStatResponseLiveChannelStatVideo |
| Modifier and Type | Field and Description |
|---|---|
GetLiveChannelStatResponse.GetLiveChannelStatResponseLiveChannelStat |
liveChannelStat |
String |
requestId |
| Constructor and Description |
|---|
GetLiveChannelStatResponse() |
| Modifier and Type | Method and Description |
|---|---|
static GetLiveChannelStatResponse |
build(Map<String,?> map) |
GetLiveChannelStatResponse.GetLiveChannelStatResponseLiveChannelStat |
getLiveChannelStat() |
String |
getRequestId() |
GetLiveChannelStatResponse |
setLiveChannelStat(GetLiveChannelStatResponse.GetLiveChannelStatResponseLiveChannelStat liveChannelStat) |
GetLiveChannelStatResponse |
setRequestId(String requestId) |
@NameInMap(value="x-oss-request-id") @Validation(required=true) public String requestId
@NameInMap(value="LiveChannelStat") @Validation(required=true) public GetLiveChannelStatResponse.GetLiveChannelStatResponseLiveChannelStat liveChannelStat
public static GetLiveChannelStatResponse build(Map<String,?> map) throws Exception
Exceptionpublic GetLiveChannelStatResponse setRequestId(String requestId)
public String getRequestId()
public GetLiveChannelStatResponse setLiveChannelStat(GetLiveChannelStatResponse.GetLiveChannelStatResponseLiveChannelStat liveChannelStat)
public GetLiveChannelStatResponse.GetLiveChannelStatResponseLiveChannelStat getLiveChannelStat()
Copyright © 2021. All rights reserved.