public static final class LogicalPortStatistics.Builder
extends java.lang.Object
LogicalPortStatistics.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
LogicalPortStatistics. |
public Builder()
LogicalPortStatistics.public LogicalPortStatistics.Builder setRxBytes(DataCounter rxBytes)
rxBytes - New value for the property.public LogicalPortStatistics.Builder setRxPackets(DataCounter rxPackets)
rxPackets - New value for the property.public LogicalPortStatistics.Builder setTxBytes(DataCounter txBytes)
txBytes - New value for the property.public LogicalPortStatistics.Builder setTxPackets(DataCounter txPackets)
txPackets - New value for the property.public LogicalPortStatistics.Builder setDroppedByFirewallPackets(DfwDropCounters droppedByFirewallPackets)
droppedByFirewallPackets - New value for the property.public LogicalPortStatistics.Builder setDroppedBySecurityPackets(PacketsDroppedBySecurity droppedBySecurityPackets)
droppedBySecurityPackets - New value for the property.public LogicalPortStatistics.Builder setMacLearning(MacLearningCounters macLearning)
macLearning - New value for the property.public LogicalPortStatistics.Builder setLastUpdateTimestamp(java.lang.Long lastUpdateTimestamp)
lastUpdateTimestamp - New value for the property.public LogicalPortStatistics.Builder setLogicalPortId(java.lang.String logicalPortId)
logicalPortId - New value for the property.public LogicalPortStatistics build()