Class GatewayFlowMonitorDetail
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.vpc.v20170312.models.GatewayFlowMonitorDetail
-
public class GatewayFlowMonitorDetail extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetInPkg()Get 入包量。LonggetInTraffic()Get 入流量,单位:`Byte`。LonggetOutPkg()Get 出包量。LonggetOutTraffic()Get 出流量,单位:`Byte`。StringgetPrivateIpAddress()Get 来源`IP`。voidsetInPkg(Long InPkg)Set 入包量。voidsetInTraffic(Long InTraffic)Set 入流量,单位:`Byte`。voidsetOutPkg(Long OutPkg)Set 出包量。voidsetOutTraffic(Long OutTraffic)Set 出流量,单位:`Byte`。voidsetPrivateIpAddress(String PrivateIpAddress)Set 来源`IP`。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
GatewayFlowMonitorDetail
public GatewayFlowMonitorDetail()
-
GatewayFlowMonitorDetail
public 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.
-
-
Method Detail
-
getPrivateIpAddress
public String getPrivateIpAddress()
Get 来源`IP`。- Returns:
- PrivateIpAddress 来源`IP`。
-
setPrivateIpAddress
public void setPrivateIpAddress(String PrivateIpAddress)
Set 来源`IP`。- Parameters:
PrivateIpAddress- 来源`IP`。
-
getInPkg
public Long getInPkg()
Get 入包量。- Returns:
- InPkg 入包量。
-
setInPkg
public void setInPkg(Long InPkg)
Set 入包量。- Parameters:
InPkg- 入包量。
-
getOutPkg
public Long getOutPkg()
Get 出包量。- Returns:
- OutPkg 出包量。
-
setOutPkg
public void setOutPkg(Long OutPkg)
Set 出包量。- Parameters:
OutPkg- 出包量。
-
getInTraffic
public Long getInTraffic()
Get 入流量,单位:`Byte`。- Returns:
- InTraffic 入流量,单位:`Byte`。
-
setInTraffic
public void setInTraffic(Long InTraffic)
Set 入流量,单位:`Byte`。- Parameters:
InTraffic- 入流量,单位:`Byte`。
-
getOutTraffic
public Long getOutTraffic()
Get 出流量,单位:`Byte`。- Returns:
- OutTraffic 出流量,单位:`Byte`。
-
setOutTraffic
public void setOutTraffic(Long OutTraffic)
Set 出流量,单位:`Byte`。- Parameters:
OutTraffic- 出流量,单位:`Byte`。
-
-