public class MonitorStreamPlayInfo extends AbstractModel
| Constructor and Description | 
|---|
| MonitorStreamPlayInfo() | 
| MonitorStreamPlayInfo(MonitorStreamPlayInfo source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| Float | getBandwidth()Get Bandwidth in Mbps. | 
| Long | getOnline()Get Number of online viewers. | 
| String | getPlayDomain()Get Playback domain name. | 
| String | getProtocol()Get Playback protocol. | 
| Long | getRate()Get Playback bitrate. | 
| Long | getRequest()Get Number of requests. | 
| String | getStreamName()Get Stream ID. | 
| void | setBandwidth(Float Bandwidth)Set Bandwidth in Mbps. | 
| void | setOnline(Long Online)Set Number of online viewers. | 
| void | setPlayDomain(String PlayDomain)Set Playback domain name. | 
| void | setProtocol(String Protocol)Set Playback protocol. | 
| void | setRate(Long Rate)Set Playback bitrate. | 
| void | setRequest(Long Request)Set Number of requests. | 
| void | setStreamName(String StreamName)Set Stream ID. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic MonitorStreamPlayInfo()
public MonitorStreamPlayInfo(MonitorStreamPlayInfo source)
public String getPlayDomain()
public void setPlayDomain(String PlayDomain)
PlayDomain - Playback domain name.public String getStreamName()
public void setStreamName(String StreamName)
StreamName - Stream ID.public Long getRate()
public void setRate(Long Rate)
Rate - Playback bitrate. 0 indicates the original bitrate.public String getProtocol()
public void setProtocol(String Protocol)
Protocol - Playback protocol. Valid values: Unknown, Flv, Hls, Rtmp, Huyap2p.public Float getBandwidth()
public void setBandwidth(Float Bandwidth)
Bandwidth - Bandwidth in Mbps.public Long getOnline()
public void setOnline(Long Online)
Online - Number of online viewers. A data point is sampled per minute, and the number of TCP connections across the sample points is calculated.public Long getRequest()
public void setRequest(Long Request)
Request - Number of requests.Copyright © 2021. All rights reserved.