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 Number of TCP connections | 
| Long[] | getFlowIn()Get Inbound traffic in Kbps | 
| Long[] | getFlowOut()Get Outbound traffic in Kbps | 
| Long[] | getPackageIn()Get ENI inbound packets per second | 
| Long[] | getPackageOut()Get ENI outbound packets per second | 
| void | setConn(Long[] Conn)Set Number of TCP connections | 
| void | setFlowIn(Long[] FlowIn)Set Inbound traffic in Kbps | 
| void | setFlowOut(Long[] FlowOut)Set Outbound traffic in Kbps | 
| void | setPackageIn(Long[] PackageIn)Set ENI inbound packets per second | 
| void | setPackageOut(Long[] PackageOut)Set ENI outbound packets per second | 
| 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, toJsonStringpublic DeviceNetInfo()
public DeviceNetInfo(DeviceNetInfo source)
public Long[] getConn()
public void setConn(Long[] Conn)
Conn - Number of TCP connectionspublic Long[] getPackageIn()
public void setPackageIn(Long[] PackageIn)
PackageIn - ENI inbound packets per secondpublic Long[] getPackageOut()
public void setPackageOut(Long[] PackageOut)
PackageOut - ENI outbound packets per secondpublic Long[] getFlowIn()
public void setFlowIn(Long[] FlowIn)
FlowIn - Inbound traffic in Kbpspublic Long[] getFlowOut()
public void setFlowOut(Long[] FlowOut)
FlowOut - Outbound traffic in KbpsCopyright © 2023. All rights reserved.