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:
rxBytesin classNetworkStats
-
rxPackets
- Specified by:
rxPacketsin classNetworkStats
-
rxDropped
- Specified by:
rxDroppedin classNetworkStats
-
rxErrors
- Specified by:
rxErrorsin classNetworkStats
-
txBytes
- Specified by:
txBytesin classNetworkStats
-
txPackets
- Specified by:
txPacketsin classNetworkStats
-
txDropped
- Specified by:
txDroppedin classNetworkStats
-
txErrors
- Specified by:
txErrorsin classNetworkStats
-
toString
-
equals
-
hashCode
public int hashCode()
-