public class CrossBorderFlowMonitorData extends AbstractModel
header, skipSign
Constructor and Description |
---|
CrossBorderFlowMonitorData() |
CrossBorderFlowMonitorData(CrossBorderFlowMonitorData 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 |
---|---|
Long[] |
getInBandwidth()
Get 入带宽,单位:`bps`。
|
Long[] |
getInPkg()
Get 入包,单位:`pps`。
|
Long[] |
getOutBandwidth()
Get 出带宽,单位:`bps`。
|
Long[] |
getOutPkg()
Get 出包,单位:`pps`。
|
void |
setInBandwidth(Long[] InBandwidth)
Set 入带宽,单位:`bps`。
|
void |
setInPkg(Long[] InPkg)
Set 入包,单位:`pps`。
|
void |
setOutBandwidth(Long[] OutBandwidth)
Set 出带宽,单位:`bps`。
|
void |
setOutPkg(Long[] OutPkg)
Set 出包,单位:`pps`。
|
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, toJsonString
public CrossBorderFlowMonitorData()
public CrossBorderFlowMonitorData(CrossBorderFlowMonitorData source)
public Long[] getInBandwidth()
public void setInBandwidth(Long[] InBandwidth)
InBandwidth
- 入带宽,单位:`bps`。public Long[] getOutBandwidth()
public void setOutBandwidth(Long[] OutBandwidth)
OutBandwidth
- 出带宽,单位:`bps`。public Long[] getInPkg()
public void setInPkg(Long[] InPkg)
InPkg
- 入包,单位:`pps`。public Long[] getOutPkg()
public void setOutPkg(Long[] OutPkg)
OutPkg
- 出包,单位:`pps`。Copyright © 2025. All rights reserved.