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.Longperiodsprivate java.lang.LongthrottledPeriodsprivate java.lang.LongthrottledTime
-
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 booleanequals(java.lang.Object o)inthashCode()java.lang.Longperiods()java.lang.LongthrottledPeriods()java.lang.LongthrottledTime()java.lang.StringtoString()-
Methods inherited from class com.spotify.docker.client.messages.CpuStats.ThrottlingData
create
-
-
-
-
Method Detail
-
periods
public java.lang.Long periods()
- Specified by:
periodsin classCpuStats.ThrottlingData
-
throttledPeriods
public java.lang.Long throttledPeriods()
- Specified by:
throttledPeriodsin classCpuStats.ThrottlingData
-
throttledTime
public java.lang.Long throttledTime()
- Specified by:
throttledTimein classCpuStats.ThrottlingData
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-