public class DayStreamPlayInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
DayStreamPlayInfo() |
DayStreamPlayInfo(DayStreamPlayInfo 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.
|
Float |
getFlux()
Get Traffic in MB.
|
Long |
getOnline()
Get Number of online viewers.
|
Long |
getRequest()
Get Number of requests.
|
String |
getTime()
Get Data point in time in the format of `yyyy-mm-dd HH:MM:SS`.
|
void |
setBandwidth(Float Bandwidth)
Set Bandwidth in Mbps.
|
void |
setFlux(Float Flux)
Set Traffic in MB.
|
void |
setOnline(Long Online)
Set Number of online viewers.
|
void |
setRequest(Long Request)
Set Number of requests.
|
void |
setTime(String Time)
Set Data point in time in the format of `yyyy-mm-dd HH:MM:SS`.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DayStreamPlayInfo()
public DayStreamPlayInfo(DayStreamPlayInfo source)
public String getTime()
public void setTime(String Time)
Time
- Data point in time in the format of `yyyy-mm-dd HH:MM:SS`.public Float getBandwidth()
public void setBandwidth(Float Bandwidth)
Bandwidth
- Bandwidth in Mbps.public Float getFlux()
public void setFlux(Float Flux)
Flux
- Traffic in MB.public Long getRequest()
public void setRequest(Long Request)
Request
- Number of requests.public Long getOnline()
public void setOnline(Long Online)
Online
- Number of online viewers.Copyright © 2024. All rights reserved.