public class FlowDetails extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| FlowDetails() | 
| FlowDetails(FlowDetails 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 | getAvgValue()Get 流量平均值(单位:bytes) | 
| String | getDeviceId()Get 设备ID | 
| Float | getMaxValue()Get 流量最大值(单位:bytes) | 
| NetDetails[] | getNetDetails()Get 流量数据点 | 
| Float | getTotalValue()Get 流量总值(单位:bytes) | 
| void | setAvgValue(Float AvgValue)Set 流量平均值(单位:bytes) | 
| void | setDeviceId(String DeviceId)Set 设备ID | 
| void | setMaxValue(Float MaxValue)Set 流量最大值(单位:bytes) | 
| void | setNetDetails(NetDetails[] NetDetails)Set 流量数据点 | 
| void | setTotalValue(Float TotalValue)Set 流量总值(单位:bytes) | 
| 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 FlowDetails()
public FlowDetails(FlowDetails source)
public NetDetails[] getNetDetails()
public void setNetDetails(NetDetails[] NetDetails)
NetDetails - 流量数据点public String getDeviceId()
public void setDeviceId(String DeviceId)
DeviceId - 设备IDpublic Float getMaxValue()
public void setMaxValue(Float MaxValue)
MaxValue - 流量最大值(单位:bytes)public Float getAvgValue()
public void setAvgValue(Float AvgValue)
AvgValue - 流量平均值(单位:bytes)public Float getTotalValue()
public void setTotalValue(Float TotalValue)
TotalValue - 流量总值(单位:bytes)Copyright © 2025. All rights reserved.