public static class GetLiveChannelStatResponse.GetLiveChannelStatResponseLiveChannelStat
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
GetLiveChannelStatResponse.GetLiveChannelStatResponseLiveChannelStatAudio |
audio |
String |
connectedTime |
String |
remoteAddr |
String |
status |
GetLiveChannelStatResponse.GetLiveChannelStatResponseLiveChannelStatVideo |
video |
| Constructor and Description |
|---|
GetLiveChannelStatResponseLiveChannelStat() |
@NameInMap(value="Status") public String status
@NameInMap(value="ConnectedTime") public String connectedTime
@NameInMap(value="RemoteAddr") public String remoteAddr
@NameInMap(value="Video") @Validation(required=true) public GetLiveChannelStatResponse.GetLiveChannelStatResponseLiveChannelStatVideo video
@NameInMap(value="Audio") @Validation(required=true) public GetLiveChannelStatResponse.GetLiveChannelStatResponseLiveChannelStatAudio audio
public GetLiveChannelStatResponseLiveChannelStat()
public static GetLiveChannelStatResponse.GetLiveChannelStatResponseLiveChannelStat build(Map<String,?> map) throws Exception
Exceptionpublic GetLiveChannelStatResponse.GetLiveChannelStatResponseLiveChannelStat setStatus(String status)
public String getStatus()
public GetLiveChannelStatResponse.GetLiveChannelStatResponseLiveChannelStat setConnectedTime(String connectedTime)
public String getConnectedTime()
public GetLiveChannelStatResponse.GetLiveChannelStatResponseLiveChannelStat setRemoteAddr(String remoteAddr)
public String getRemoteAddr()
public GetLiveChannelStatResponse.GetLiveChannelStatResponseLiveChannelStat setVideo(GetLiveChannelStatResponse.GetLiveChannelStatResponseLiveChannelStatVideo video)
public GetLiveChannelStatResponse.GetLiveChannelStatResponseLiveChannelStatVideo getVideo()
public GetLiveChannelStatResponse.GetLiveChannelStatResponseLiveChannelStat setAudio(GetLiveChannelStatResponse.GetLiveChannelStatResponseLiveChannelStatAudio audio)
public GetLiveChannelStatResponse.GetLiveChannelStatResponseLiveChannelStatAudio getAudio()
Copyright © 2021. All rights reserved.