public class PlaySumStatInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
PlaySumStatInfo()  | 
PlaySumStatInfo(PlaySumStatInfo 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 | 
getAvgFluxPerSecond()
Get Average download speed,
In MB/s. 
 | 
String | 
getName()
Get Domain name or stream ID. 
 | 
Float | 
getTotalFlux()
Get Total traffic in MB. 
 | 
Long | 
getTotalRequest()
Get Total number of requests. 
 | 
void | 
setAvgFluxPerSecond(Float AvgFluxPerSecond)
Set Average download speed,
In MB/s. 
 | 
void | 
setName(String Name)
Set Domain name or stream ID. 
 | 
void | 
setTotalFlux(Float TotalFlux)
Set Total traffic in MB. 
 | 
void | 
setTotalRequest(Long TotalRequest)
Set Total number of requests. 
 | 
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 PlaySumStatInfo()
public PlaySumStatInfo(PlaySumStatInfo source)
public String getName()
public void setName(String Name)
Name - Domain name or stream ID.public Float getAvgFluxPerSecond()
public void setAvgFluxPerSecond(Float AvgFluxPerSecond)
AvgFluxPerSecond - Average download speed,
In MB/s.
Calculation formula: average download speed per minute.public Float getTotalFlux()
public void setTotalFlux(Float TotalFlux)
TotalFlux - Total traffic in MB.public Long getTotalRequest()
public void setTotalRequest(Long TotalRequest)
TotalRequest - Total number of requests.Copyright © 2025. All rights reserved.