Class AutoValue_CpuStats_ThrottlingData
- java.lang.Object
-
- com.spotify.docker.client.messages.CpuStats.ThrottlingData
-
- com.spotify.docker.client.messages.AutoValue_CpuStats_ThrottlingData
-
@Generated("com.google.auto.value.processor.AutoValueProcessor") final class AutoValue_CpuStats_ThrottlingData extends CpuStats.ThrottlingData
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Long
periods
private java.lang.Long
throttledPeriods
private java.lang.Long
throttledTime
-
Constructor Summary
Constructors Constructor Description AutoValue_CpuStats_ThrottlingData(java.lang.Long periods, java.lang.Long throttledPeriods, java.lang.Long throttledTime)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
int
hashCode()
java.lang.Long
periods()
java.lang.Long
throttledPeriods()
java.lang.Long
throttledTime()
java.lang.String
toString()
-
Methods inherited from class com.spotify.docker.client.messages.CpuStats.ThrottlingData
create
-
-
-
-
Method Detail
-
periods
public java.lang.Long periods()
- Specified by:
periods
in classCpuStats.ThrottlingData
-
throttledPeriods
public java.lang.Long throttledPeriods()
- Specified by:
throttledPeriods
in classCpuStats.ThrottlingData
-
throttledTime
public java.lang.Long throttledTime()
- Specified by:
throttledTime
in classCpuStats.ThrottlingData
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-