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 -
Constructor Summary
ConstructorsConstructorDescriptionAutoValue_CpuStats_ThrottlingData
(Long periods, Long throttledPeriods, Long throttledTime) -
Method Summary
Methods inherited from class com.spotify.docker.client.messages.CpuStats.ThrottlingData
create
-
Field Details
-
periods
-
throttledPeriods
-
throttledTime
-
-
Constructor Details
-
AutoValue_CpuStats_ThrottlingData
-
-
Method Details
-
periods
- Specified by:
periods
in classCpuStats.ThrottlingData
-
throttledPeriods
- Specified by:
throttledPeriods
in classCpuStats.ThrottlingData
-
throttledTime
- Specified by:
throttledTime
in classCpuStats.ThrottlingData
-
toString
-
equals
-
hashCode
public int hashCode()
-