public class PlayStatInfo extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getTime()
Get 数据时间点。
|
Float |
getValue()
Get 带宽/流量/请求数/并发连接数/下载速度的值,若没数据返回时该值为0。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTime(String Time)
Set 数据时间点。
|
void |
setValue(Float Value)
Set 带宽/流量/请求数/并发连接数/下载速度的值,若没数据返回时该值为0。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public PlayStatInfo()
public PlayStatInfo(PlayStatInfo source)
public String getTime()
public void setTime(String Time)
Time
- 数据时间点。public Float getValue()
public void setValue(Float Value)
Value
- 带宽/流量/请求数/并发连接数/下载速度的值,若没数据返回时该值为0。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2022. All rights reserved.