Class CrossBorderFlowMonitorData
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.vpc.v20170312.models.CrossBorderFlowMonitorData
-
public class CrossBorderFlowMonitorData extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long[]getInBandwidth()Get 入带宽,单位:`bps`。Long[]getInPkg()Get 入包,单位:`pps`。Long[]getOutBandwidth()Get 出带宽,单位:`bps`。Long[]getOutPkg()Get 出包,单位:`pps`。voidsetInBandwidth(Long[] InBandwidth)Set 入带宽,单位:`bps`。voidsetInPkg(Long[] InPkg)Set 入包,单位:`pps`。voidsetOutBandwidth(Long[] OutBandwidth)Set 出带宽,单位:`bps`。voidsetOutPkg(Long[] OutPkg)Set 出包,单位:`pps`。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
CrossBorderFlowMonitorData
public CrossBorderFlowMonitorData()
-
CrossBorderFlowMonitorData
public 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.
-
-
Method Detail
-
getInBandwidth
public Long[] getInBandwidth()
Get 入带宽,单位:`bps`。- Returns:
- InBandwidth 入带宽,单位:`bps`。
-
setInBandwidth
public void setInBandwidth(Long[] InBandwidth)
Set 入带宽,单位:`bps`。- Parameters:
InBandwidth- 入带宽,单位:`bps`。
-
getOutBandwidth
public Long[] getOutBandwidth()
Get 出带宽,单位:`bps`。- Returns:
- OutBandwidth 出带宽,单位:`bps`。
-
setOutBandwidth
public void setOutBandwidth(Long[] OutBandwidth)
Set 出带宽,单位:`bps`。- Parameters:
OutBandwidth- 出带宽,单位:`bps`。
-
getInPkg
public Long[] getInPkg()
Get 入包,单位:`pps`。- Returns:
- InPkg 入包,单位:`pps`。
-
setInPkg
public void setInPkg(Long[] InPkg)
Set 入包,单位:`pps`。- Parameters:
InPkg- 入包,单位:`pps`。
-
getOutPkg
public Long[] getOutPkg()
Get 出包,单位:`pps`。- Returns:
- OutPkg 出包,单位:`pps`。
-
setOutPkg
public void setOutPkg(Long[] OutPkg)
Set 出包,单位:`pps`。- Parameters:
OutPkg- 出包,单位:`pps`。
-
-