public static final class SegmentStatistics.Builder
extends java.lang.Object
SegmentStatistics.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
SegmentStatistics. |
public Builder()
SegmentStatistics.public SegmentStatistics.Builder setRxBytes(DataCounter rxBytes)
rxBytes - New value for the property.public SegmentStatistics.Builder setRxPackets(DataCounter rxPackets)
rxPackets - New value for the property.public SegmentStatistics.Builder setTxBytes(DataCounter txBytes)
txBytes - New value for the property.public SegmentStatistics.Builder setTxPackets(DataCounter txPackets)
txPackets - New value for the property.public SegmentStatistics.Builder setDroppedByFirewallPackets(DfwDropCounters droppedByFirewallPackets)
droppedByFirewallPackets - New value for the property.public SegmentStatistics.Builder setDroppedBySecurityPackets(PacketsDroppedBySecurity droppedBySecurityPackets)
droppedBySecurityPackets - New value for the property.public SegmentStatistics.Builder setMacLearning(MacLearningCounters macLearning)
macLearning - New value for the property.public SegmentStatistics.Builder setLastUpdateTimestamp(java.lang.Long lastUpdateTimestamp)
lastUpdateTimestamp - New value for the property.public SegmentStatistics.Builder setLogicalSwitchId(java.lang.String logicalSwitchId)
logicalSwitchId - New value for the property.public SegmentStatistics.Builder setNsxtSwsec(SwsecCounters nsxtSwsec)
nsxtSwsec - New value for the property.public SegmentStatistics.Builder setNsxtVdl2(Vdl2Counters nsxtVdl2)
nsxtVdl2 - New value for the property.public SegmentStatistics.Builder setNsxtVdrb(VdrbCounters nsxtVdrb)
nsxtVdrb - New value for the property.public SegmentStatistics build()