public class CrossBorderFlowMonitorData extends AbstractModel
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 入带宽
|
Long[] |
getInPkg()
Get 入包
|
Long[] |
getOutBandwidth()
Get 出带宽
|
Long[] |
getOutPkg()
Get 出包
|
void |
setInBandwidth(Long[] InBandwidth)
Set 入带宽
|
void |
setInPkg(Long[] InPkg)
Set 入包
|
void |
setOutBandwidth(Long[] OutBandwidth)
Set 出带宽
|
void |
setOutPkg(Long[] OutPkg)
Set 出包
|
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 CrossBorderFlowMonitorData()
public CrossBorderFlowMonitorData(CrossBorderFlowMonitorData source)
public Long[] getInBandwidth()
public void setInBandwidth(Long[] InBandwidth)
InBandwidth
- 入带宽public Long[] getOutBandwidth()
public void setOutBandwidth(Long[] OutBandwidth)
OutBandwidth
- 出带宽public Long[] getInPkg()
public void setInPkg(Long[] InPkg)
InPkg
- 入包public Long[] getOutPkg()
public void setOutPkg(Long[] OutPkg)
OutPkg
- 出包Copyright © 2022. All rights reserved.