public class StatisticNetworksConfig
extends java.lang.Object
implements java.io.Serializable
Statistics
Constructor and Description |
---|
StatisticNetworksConfig() |
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getRxBytes() |
java.lang.Long |
getRxDropped() |
java.lang.Long |
getRxErrors() |
java.lang.Long |
getRxPackets() |
java.lang.Long |
getTxBytes() |
java.lang.Long |
getTxDropped() |
java.lang.Long |
getTxErrors() |
java.lang.Long |
getTxPackets() |
@CheckForNull public java.lang.Long getRxBytes()
rxBytes
@CheckForNull public java.lang.Long getRxDropped()
rxDropped
@CheckForNull public java.lang.Long getRxErrors()
rxErrors
@CheckForNull public java.lang.Long getRxPackets()
rxPackets
@CheckForNull public java.lang.Long getTxBytes()
txBytes
@CheckForNull public java.lang.Long getTxDropped()
txDropped
@CheckForNull public java.lang.Long getTxErrors()
txErrors
@CheckForNull public java.lang.Long getTxPackets()
txPackets
Copyright © 2020. All Rights Reserved.