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 带宽(单位Mbps)。
|
Float |
getFlux()
Get 流量 (单位MB)。
|
Long |
getOnline()
Get 在线人数。
|
Long |
getRequest()
Get 请求数。
|
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:使用此格式时,默认代表北京时间。
接口返回的时间格式和查询请求传入的时间格式一致。
|
void |
setBandwidth(Float Bandwidth)
Set 带宽(单位Mbps)。
|
void |
setFlux(Float Flux)
Set 流量 (单位MB)。
|
void |
setOnline(Long Online)
Set 在线人数。
|
void |
setRequest(Long Request)
Set 请求数。
|
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:使用此格式时,默认代表北京时间。
接口返回的时间格式和查询请求传入的时间格式一致。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DayStreamPlayInfo()
public DayStreamPlayInfo(DayStreamPlayInfo source)
public String getTime()
public void setTime(String Time)
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:使用此格式时,默认代表北京时间。
接口返回的时间格式和查询请求传入的时间格式一致。public Float getBandwidth()
public void setBandwidth(Float Bandwidth)
Bandwidth
- 带宽(单位Mbps)。public Float getFlux()
public void setFlux(Float Flux)
Flux
- 流量 (单位MB)。public Long getRequest()
public void setRequest(Long Request)
Request
- 请求数。public Long getOnline()
public void setOnline(Long Online)
Online
- 在线人数。Copyright © 2024. All rights reserved.