public static final class IPSecVpnIkeTrafficStatistics.Builder
extends java.lang.Object
IPSecVpnIkeTrafficStatistics
.Constructor and Description |
---|
Builder()
Constructor with parameters for the required properties of
IPSecVpnIkeTrafficStatistics . |
Modifier and Type | Method and Description |
---|---|
IPSecVpnIkeTrafficStatistics |
build() |
IPSecVpnIkeTrafficStatistics.Builder |
setBytesIn(java.lang.Long bytesIn)
Number of bytes in.
|
IPSecVpnIkeTrafficStatistics.Builder |
setBytesOut(java.lang.Long bytesOut)
Number of bytes out.
|
IPSecVpnIkeTrafficStatistics.Builder |
setFailCount(java.lang.Long failCount)
Fail count.
|
IPSecVpnIkeTrafficStatistics.Builder |
setPacketsIn(java.lang.Long packetsIn)
Number of packets in.
|
IPSecVpnIkeTrafficStatistics.Builder |
setPacketsOut(java.lang.Long packetsOut)
Number of packets out.
|
public Builder()
IPSecVpnIkeTrafficStatistics
.public IPSecVpnIkeTrafficStatistics.Builder setBytesIn(java.lang.Long bytesIn)
bytesIn
- New value for the property.public IPSecVpnIkeTrafficStatistics.Builder setBytesOut(java.lang.Long bytesOut)
bytesOut
- New value for the property.public IPSecVpnIkeTrafficStatistics.Builder setFailCount(java.lang.Long failCount)
failCount
- New value for the property.public IPSecVpnIkeTrafficStatistics.Builder setPacketsIn(java.lang.Long packetsIn)
packetsIn
- New value for the property.public IPSecVpnIkeTrafficStatistics.Builder setPacketsOut(java.lang.Long packetsOut)
packetsOut
- New value for the property.public IPSecVpnIkeTrafficStatistics build()