public class PlayStatInfo extends AbstractModel
header, skipSign| 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。 | 
| void | setTime(String Time)Set 数据时间点。 | 
| void | setValue(Float Value)Set 带宽/流量/请求数/并发连接数/下载速度的值,若没数据返回时该值为0。 | 
| 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, toJsonStringpublic PlayStatInfo()
public PlayStatInfo(PlayStatInfo source)
public String getTime()
public void setTime(String Time)
Time - 数据时间点。public Float getValue()
public void setValue(Float Value)
Value - 带宽/流量/请求数/并发连接数/下载速度的值,若没数据返回时该值为0。Copyright © 2025. All rights reserved.