Class PlayStatInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.live.v20180801.models.PlayStatInfo
-
public class PlayStatInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description PlayStatInfo()PlayStatInfo(PlayStatInfo 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 StringgetTime()Get 数据时间点。FloatgetValue()Get 带宽/流量/请求数/并发连接数/下载速度的值,若没数据返回时该值为0。 注意:此字段可能返回 null,表示取不到有效值。voidsetTime(String Time)Set 数据时间点。voidsetValue(Float Value)Set 带宽/流量/请求数/并发连接数/下载速度的值,若没数据返回时该值为0。 注意:此字段可能返回 null,表示取不到有效值。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
-
PlayStatInfo
public PlayStatInfo()
-
PlayStatInfo
public PlayStatInfo(PlayStatInfo 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 数据时间点。- Returns:
- Time 数据时间点。
-
setTime
public void setTime(String Time)
Set 数据时间点。- Parameters:
Time- 数据时间点。
-
getValue
public Float getValue()
Get 带宽/流量/请求数/并发连接数/下载速度的值,若没数据返回时该值为0。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Value 带宽/流量/请求数/并发连接数/下载速度的值,若没数据返回时该值为0。 注意:此字段可能返回 null,表示取不到有效值。
-
setValue
public void setValue(Float Value)
Set 带宽/流量/请求数/并发连接数/下载速度的值,若没数据返回时该值为0。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Value- 带宽/流量/请求数/并发连接数/下载速度的值,若没数据返回时该值为0。 注意:此字段可能返回 null,表示取不到有效值。
-
-