Class DayStreamPlayInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.live.v20180801.models.DayStreamPlayInfo
-
public class DayStreamPlayInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FloatgetBandwidth()Get 带宽(单位Mbps)。FloatgetFlux()Get 流量 (单位MB)。LonggetOnline()Get 在线人数。LonggetRequest()Get 请求数。StringgetTime()Get 数据时间点,接口返回支持两种时间格式: 1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见ISO日期格式说明文档: https://cloud.tencent.com/document/product/266/11732#I 2)yyyy-MM-dd HH:mm:ss:使用此格式时,默认代表北京时间。 接口返回的时间格式和查询请求传入的时间格式一致。voidsetBandwidth(Float Bandwidth)Set 带宽(单位Mbps)。voidsetFlux(Float Flux)Set 流量 (单位MB)。voidsetOnline(Long Online)Set 在线人数。voidsetRequest(Long Request)Set 请求数。voidsetTime(String Time)Set 数据时间点,接口返回支持两种时间格式: 1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见ISO日期格式说明文档: https://cloud.tencent.com/document/product/266/11732#I 2)yyyy-MM-dd HH:mm:ss:使用此格式时,默认代表北京时间。 接口返回的时间格式和查询请求传入的时间格式一致。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DayStreamPlayInfo
public DayStreamPlayInfo()
-
DayStreamPlayInfo
public 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.
-
-
Method Detail
-
getTime
public String getTime()
Get 数据时间点,接口返回支持两种时间格式: 1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见ISO日期格式说明文档: https://cloud.tencent.com/document/product/266/11732#I 2)yyyy-MM-dd HH:mm:ss:使用此格式时,默认代表北京时间。 接口返回的时间格式和查询请求传入的时间格式一致。- Returns:
- Time 数据时间点,接口返回支持两种时间格式: 1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见ISO日期格式说明文档: https://cloud.tencent.com/document/product/266/11732#I 2)yyyy-MM-dd HH:mm:ss:使用此格式时,默认代表北京时间。 接口返回的时间格式和查询请求传入的时间格式一致。
-
setTime
public void setTime(String Time)
Set 数据时间点,接口返回支持两种时间格式: 1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见ISO日期格式说明文档: https://cloud.tencent.com/document/product/266/11732#I 2)yyyy-MM-dd HH:mm:ss:使用此格式时,默认代表北京时间。 接口返回的时间格式和查询请求传入的时间格式一致。- Parameters:
Time- 数据时间点,接口返回支持两种时间格式: 1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见ISO日期格式说明文档: https://cloud.tencent.com/document/product/266/11732#I 2)yyyy-MM-dd HH:mm:ss:使用此格式时,默认代表北京时间。 接口返回的时间格式和查询请求传入的时间格式一致。
-
getBandwidth
public Float getBandwidth()
Get 带宽(单位Mbps)。- Returns:
- Bandwidth 带宽(单位Mbps)。
-
setBandwidth
public void setBandwidth(Float Bandwidth)
Set 带宽(单位Mbps)。- Parameters:
Bandwidth- 带宽(单位Mbps)。
-
getFlux
public Float getFlux()
Get 流量 (单位MB)。- Returns:
- Flux 流量 (单位MB)。
-
setFlux
public void setFlux(Float Flux)
Set 流量 (单位MB)。- Parameters:
Flux- 流量 (单位MB)。
-
getRequest
public Long getRequest()
Get 请求数。- Returns:
- Request 请求数。
-
setRequest
public void setRequest(Long Request)
Set 请求数。- Parameters:
Request- 请求数。
-
getOnline
public Long getOnline()
Get 在线人数。- Returns:
- Online 在线人数。
-
setOnline
public void setOnline(Long Online)
Set 在线人数。- Parameters:
Online- 在线人数。
-
-