public static final class L2VPNTapStatistics.Builder
extends java.lang.Object
L2VPNTapStatistics
.Constructor and Description |
---|
Builder()
Constructor with parameters for the required properties of
L2VPNTapStatistics . |
Modifier and Type | Method and Description |
---|---|
L2VPNTapStatistics |
build() |
L2VPNTapStatistics.Builder |
setBytesIn(java.lang.Long bytesIn)
Total number of incoming bytes.
|
L2VPNTapStatistics.Builder |
setBytesOut(java.lang.Long bytesOut)
Total number of outgoing bytes.
|
L2VPNTapStatistics.Builder |
setPacketsIn(java.lang.Long packetsIn)
Total number of incoming packets.
|
L2VPNTapStatistics.Builder |
setPacketsOut(java.lang.Long packetsOut)
Total number of outgoing packets.
|
L2VPNTapStatistics.Builder |
setPacketsReceiveError(java.lang.Long packetsReceiveError)
Total number of incoming packets dropped.
|
L2VPNTapStatistics.Builder |
setPacketsSentError(java.lang.Long packetsSentError)
Total number of packets dropped while sending for any reason.
|
public Builder()
L2VPNTapStatistics
.public L2VPNTapStatistics.Builder setBytesIn(java.lang.Long bytesIn)
bytesIn
- New value for the property.public L2VPNTapStatistics.Builder setBytesOut(java.lang.Long bytesOut)
bytesOut
- New value for the property.public L2VPNTapStatistics.Builder setPacketsIn(java.lang.Long packetsIn)
packetsIn
- New value for the property.public L2VPNTapStatistics.Builder setPacketsOut(java.lang.Long packetsOut)
packetsOut
- New value for the property.public L2VPNTapStatistics.Builder setPacketsReceiveError(java.lang.Long packetsReceiveError)
packetsReceiveError
- New value for the property.public L2VPNTapStatistics.Builder setPacketsSentError(java.lang.Long packetsSentError)
packetsSentError
- New value for the property.public L2VPNTapStatistics build()