public class DeviceNetInfo extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Long[] |
getConn()
Get tcp连接数
|
Long[] |
getFlowIn()
Get 入流量,单位:kbps
|
Long[] |
getFlowOut()
Get 出流量,单位:kbps
|
Long[] |
getPackageIn()
Get 网卡入包量,单位:个/秒
|
Long[] |
getPackageOut()
Get 网卡出包量,单位:个/秒
|
void |
setConn(Long[] Conn)
Set tcp连接数
|
void |
setFlowIn(Long[] FlowIn)
Set 入流量,单位:kbps
|
void |
setFlowOut(Long[] FlowOut)
Set 出流量,单位:kbps
|
void |
setPackageIn(Long[] PackageIn)
Set 网卡入包量,单位:个/秒
|
void |
setPackageOut(Long[] PackageOut)
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 DeviceNetInfo()
public DeviceNetInfo(DeviceNetInfo source)
public Long[] getConn()
public void setConn(Long[] Conn)
Conn
- tcp连接数public Long[] getPackageIn()
public void setPackageIn(Long[] PackageIn)
PackageIn
- 网卡入包量,单位:个/秒public Long[] getPackageOut()
public void setPackageOut(Long[] PackageOut)
PackageOut
- 网卡出包量,单位:个/秒public Long[] getFlowIn()
public void setFlowIn(Long[] FlowIn)
FlowIn
- 入流量,单位:kbpspublic Long[] getFlowOut()
public void setFlowOut(Long[] FlowOut)
FlowOut
- 出流量,单位:kbpsCopyright © 2022. All rights reserved.