public class GetFlowStatisticResponse extends AbstractModel
Constructor and Description |
---|
GetFlowStatisticResponse() |
GetFlowStatisticResponse(GetFlowStatisticResponse 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 查找时间段流量使用平均值(单位:bit)
|
Float |
getMaxValue()
Get 查找时间段流量使用最大值(单位:bit)
|
NetDetails[] |
getNetDetails()
Get 流量详细信息
|
String |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
Float |
getTotalValue()
Get 查找时间段流量使用总量(单位:bit)
|
void |
setAvgValue(Float AvgValue)
Set 查找时间段流量使用平均值(单位:bit)
|
void |
setMaxValue(Float MaxValue)
Set 查找时间段流量使用最大值(单位:bit)
|
void |
setNetDetails(NetDetails[] NetDetails)
Set 流量详细信息
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
setTotalValue(Float TotalValue)
Set 查找时间段流量使用总量(单位:bit)
|
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 GetFlowStatisticResponse()
public GetFlowStatisticResponse(GetFlowStatisticResponse source)
public NetDetails[] getNetDetails()
public void setNetDetails(NetDetails[] NetDetails)
NetDetails
- 流量详细信息public Float getMaxValue()
public void setMaxValue(Float MaxValue)
MaxValue
- 查找时间段流量使用最大值(单位:bit)public Float getAvgValue()
public void setAvgValue(Float AvgValue)
AvgValue
- 查找时间段流量使用平均值(单位:bit)public Float getTotalValue()
public void setTotalValue(Float TotalValue)
TotalValue
- 查找时间段流量使用总量(单位:bit)public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2023. All rights reserved.