public class PlayStatInfo extends AbstractModel
| Constructor and Description |
|---|
PlayStatInfo() |
| 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, toJsonStringpublic String getTime()
public void setTime(String Time)
Time - 数据时间点。public Float getValue()
public void setValue(Float Value)
Value - 带宽/流量/请求数/并发连接数/下载速度的值,若没数据返回时该值为0。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2020. All rights reserved.