public class GetLiveChannelStatResponse
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
GetLiveChannelStatResponse.GetLiveChannelStatResponseLiveChannelStat |
static class |
GetLiveChannelStatResponse.GetLiveChannelStatResponseLiveChannelStatAudio |
static class |
GetLiveChannelStatResponse.GetLiveChannelStatResponseLiveChannelStatVideo |
| 限定符和类型 | 字段和说明 |
|---|---|
GetLiveChannelStatResponse.GetLiveChannelStatResponseLiveChannelStat |
liveChannelStat |
String |
requestId |
| 构造器和说明 |
|---|
GetLiveChannelStatResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
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)
public GetLiveChannelStatResponse setRequestId(String requestId)
public String getRequestId()
public GetLiveChannelStatResponse setLiveChannelStat(GetLiveChannelStatResponse.GetLiveChannelStatResponseLiveChannelStat liveChannelStat)
public GetLiveChannelStatResponse.GetLiveChannelStatResponseLiveChannelStat getLiveChannelStat()
Copyright © 2020. All rights reserved.