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 入包量。
|
Long |
getInTraffic()
Get 入流量,单位:`Byte`。
|
Long |
getOutPkg()
Get 出包量。
|
Long |
getOutTraffic()
Get 出流量,单位:`Byte`。
|
String |
getPrivateIpAddress()
Get 来源`IP`。
|
void |
setInPkg(Long InPkg)
Set 入包量。
|
void |
setInTraffic(Long InTraffic)
Set 入流量,单位:`Byte`。
|
void |
setOutPkg(Long OutPkg)
Set 出包量。
|
void |
setOutTraffic(Long OutTraffic)
Set 出流量,单位:`Byte`。
|
void |
setPrivateIpAddress(String PrivateIpAddress)
Set 来源`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, toJsonString
public GatewayFlowMonitorDetail()
public GatewayFlowMonitorDetail(GatewayFlowMonitorDetail source)
public String getPrivateIpAddress()
public void setPrivateIpAddress(String PrivateIpAddress)
PrivateIpAddress
- 来源`IP`。public Long getInPkg()
public void setInPkg(Long InPkg)
InPkg
- 入包量。public Long getOutPkg()
public void setOutPkg(Long OutPkg)
OutPkg
- 出包量。public Long getInTraffic()
public void setInTraffic(Long InTraffic)
InTraffic
- 入流量,单位:`Byte`。public Long getOutTraffic()
public void setOutTraffic(Long OutTraffic)
OutTraffic
- 出流量,单位:`Byte`。Copyright © 2023. All rights reserved.