public static class GetLiveChannelStatResponse.GetLiveChannelStatResponseLiveChannelStat
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
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 © 2020. All rights reserved.