Class AutoValue_NetworkStats
java.lang.Object
com.spotify.docker.client.messages.NetworkStats
com.spotify.docker.client.messages.AutoValue_NetworkStats
@Generated("com.google.auto.value.processor.AutoValueProcessor")
final class AutoValue_NetworkStats
extends NetworkStats
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.spotify.docker.client.messages.NetworkStats
create
-
Field Details
-
rxBytes
-
rxPackets
-
rxDropped
-
rxErrors
-
txBytes
-
txPackets
-
txDropped
-
txErrors
-
-
Constructor Details
-
AutoValue_NetworkStats
-
-
Method Details
-
rxBytes
- Specified by:
rxBytes
in classNetworkStats
-
rxPackets
- Specified by:
rxPackets
in classNetworkStats
-
rxDropped
- Specified by:
rxDropped
in classNetworkStats
-
rxErrors
- Specified by:
rxErrors
in classNetworkStats
-
txBytes
- Specified by:
txBytes
in classNetworkStats
-
txPackets
- Specified by:
txPackets
in classNetworkStats
-
txDropped
- Specified by:
txDropped
in classNetworkStats
-
txErrors
- Specified by:
txErrors
in classNetworkStats
-
toString
-
equals
-
hashCode
public int hashCode()
-