Class CdnPlayStatData
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.live.v20180801.models.CdnPlayStatData
-
public class CdnPlayStatData extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CdnPlayStatData()CdnPlayStatData(CdnPlayStatData 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 时间点, 使用UTC格式时间, 例如:2019-01-08T10:00:00Z。 注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。voidsetBandwidth(Float Bandwidth)Set 带宽,单位: Mbps。voidsetFlux(Float Flux)Set 流量,单位: MB。voidsetOnline(Long Online)Set 并发连接数。voidsetRequest(Long Request)Set 新增请求数。voidsetTime(String Time)Set 时间点, 使用UTC格式时间, 例如:2019-01-08T10:00:00Z。 注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。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
-
CdnPlayStatData
public CdnPlayStatData()
-
CdnPlayStatData
public CdnPlayStatData(CdnPlayStatData 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 时间点, 使用UTC格式时间, 例如:2019-01-08T10:00:00Z。 注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。- Returns:
- Time 时间点, 使用UTC格式时间, 例如:2019-01-08T10:00:00Z。 注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。
-
setTime
public void setTime(String Time)
Set 时间点, 使用UTC格式时间, 例如:2019-01-08T10:00:00Z。 注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。- Parameters:
Time- 时间点, 使用UTC格式时间, 例如:2019-01-08T10:00:00Z。 注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。
-
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- 并发连接数。
-
-