public class GatewayFlowMonitorDetail extends AbstractModel
Constructor and Description |
---|
GatewayFlowMonitorDetail() |
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 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 © 2020. All rights reserved.