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