public class GatewayFlowMonitorDetail extends AbstractModel
| Constructor and Description | 
|---|
| GatewayFlowMonitorDetail() | 
| GatewayFlowMonitorDetail(GatewayFlowMonitorDetail 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 | getInPkg()Get Inbound packets. | 
| Long | getInTraffic()Get Inbound traffic, in Byte. | 
| Long | getOutPkg()Get Outbound packets. | 
| Long | getOutTraffic()Get Outbound traffic, in Byte. | 
| String | getPrivateIpAddress()Get Origin `IP`. | 
| void | setInPkg(Long InPkg)Set Inbound packets. | 
| void | setInTraffic(Long InTraffic)Set Inbound traffic, in Byte. | 
| void | setOutPkg(Long OutPkg)Set Outbound packets. | 
| void | setOutTraffic(Long OutTraffic)Set Outbound traffic, in Byte. | 
| void | setPrivateIpAddress(String PrivateIpAddress)Set Origin `IP`. | 
| 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 GatewayFlowMonitorDetail()
public GatewayFlowMonitorDetail(GatewayFlowMonitorDetail source)
public String getPrivateIpAddress()
public void setPrivateIpAddress(String PrivateIpAddress)
PrivateIpAddress - Origin `IP`.public Long getInPkg()
public void setInPkg(Long InPkg)
InPkg - Inbound packets.public Long getOutPkg()
public void setOutPkg(Long OutPkg)
OutPkg - Outbound packets.public Long getInTraffic()
public void setInTraffic(Long InTraffic)
InTraffic - Inbound traffic, in Byte.public Long getOutTraffic()
public void setOutTraffic(Long OutTraffic)
OutTraffic - Outbound traffic, in Byte.Copyright © 2021. All rights reserved.