Class DeviceNetInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cdb.v20170320.models.DeviceNetInfo
-
public class DeviceNetInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DeviceNetInfo()DeviceNetInfo(DeviceNetInfo 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[]getConn()Get tcp连接数Long[]getFlowIn()Get 入流量,单位:kbpsLong[]getFlowOut()Get 出流量,单位:kbpsLong[]getPackageIn()Get 网卡入包量,单位:个/秒Long[]getPackageOut()Get 网卡出包量,单位:个/秒voidsetConn(Long[] Conn)Set tcp连接数voidsetFlowIn(Long[] FlowIn)Set 入流量,单位:kbpsvoidsetFlowOut(Long[] FlowOut)Set 出流量,单位:kbpsvoidsetPackageIn(Long[] PackageIn)Set 网卡入包量,单位:个/秒voidsetPackageOut(Long[] PackageOut)Set 网卡出包量,单位:个/秒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
-
DeviceNetInfo
public DeviceNetInfo()
-
DeviceNetInfo
public DeviceNetInfo(DeviceNetInfo 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
-
getConn
public Long[] getConn()
Get tcp连接数- Returns:
- Conn tcp连接数
-
setConn
public void setConn(Long[] Conn)
Set tcp连接数- Parameters:
Conn- tcp连接数
-
getPackageIn
public Long[] getPackageIn()
Get 网卡入包量,单位:个/秒- Returns:
- PackageIn 网卡入包量,单位:个/秒
-
setPackageIn
public void setPackageIn(Long[] PackageIn)
Set 网卡入包量,单位:个/秒- Parameters:
PackageIn- 网卡入包量,单位:个/秒
-
getPackageOut
public Long[] getPackageOut()
Get 网卡出包量,单位:个/秒- Returns:
- PackageOut 网卡出包量,单位:个/秒
-
setPackageOut
public void setPackageOut(Long[] PackageOut)
Set 网卡出包量,单位:个/秒- Parameters:
PackageOut- 网卡出包量,单位:个/秒
-
getFlowIn
public Long[] getFlowIn()
Get 入流量,单位:kbps- Returns:
- FlowIn 入流量,单位:kbps
-
setFlowIn
public void setFlowIn(Long[] FlowIn)
Set 入流量,单位:kbps- Parameters:
FlowIn- 入流量,单位:kbps
-
getFlowOut
public Long[] getFlowOut()
Get 出流量,单位:kbps- Returns:
- FlowOut 出流量,单位:kbps
-
setFlowOut
public void setFlowOut(Long[] FlowOut)
Set 出流量,单位:kbps- Parameters:
FlowOut- 出流量,单位:kbps
-
-