Class AutoValue_HostConfig_BlkioWeightDevice
- java.lang.Object
-
- com.spotify.docker.client.messages.HostConfig.BlkioWeightDevice
-
- com.spotify.docker.client.messages.AutoValue_HostConfig_BlkioWeightDevice
-
@Generated("com.google.auto.value.processor.AutoValueProcessor") final class AutoValue_HostConfig_BlkioWeightDevice extends HostConfig.BlkioWeightDevice
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static classAutoValue_HostConfig_BlkioWeightDevice.Builder
-
Constructor Summary
Constructors Modifier Constructor Description privateAutoValue_HostConfig_BlkioWeightDevice(java.lang.String path, java.lang.Integer weight)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()java.lang.Stringpath()java.lang.StringtoString()java.lang.Integerweight()-
Methods inherited from class com.spotify.docker.client.messages.HostConfig.BlkioWeightDevice
builder, create
-
-
-
-
Method Detail
-
path
public java.lang.String path()
- Specified by:
pathin classHostConfig.BlkioWeightDevice
-
weight
public java.lang.Integer weight()
- Specified by:
weightin classHostConfig.BlkioWeightDevice
-
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
-
-