public static final class L2ForwarderStatistics.Builder
extends java.lang.Object
L2ForwarderStatistics.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
L2ForwarderStatistics. |
| Modifier and Type | Method and Description |
|---|---|
L2ForwarderStatistics |
build() |
L2ForwarderStatistics.Builder |
setLastUpdateTimestamp(java.lang.Long lastUpdateTimestamp)
Timestamp when the l2 forwarder statistics was last updated.
|
L2ForwarderStatistics.Builder |
setLogicalSwitchId(java.lang.String logicalSwitchId)
Logical switch id on which the L2 forwarder is created.
|
L2ForwarderStatistics.Builder |
setRx(InterSitePortCounters rx) |
L2ForwarderStatistics.Builder |
setTx(InterSitePortCounters tx) |
public Builder()
L2ForwarderStatistics.public L2ForwarderStatistics.Builder setLastUpdateTimestamp(java.lang.Long lastUpdateTimestamp)
lastUpdateTimestamp - New value for the property.public L2ForwarderStatistics.Builder setLogicalSwitchId(java.lang.String logicalSwitchId)
logicalSwitchId - New value for the property.public L2ForwarderStatistics.Builder setRx(InterSitePortCounters rx)
rx - New value for the property.public L2ForwarderStatistics.Builder setTx(InterSitePortCounters tx)
tx - New value for the property.public L2ForwarderStatistics build()