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 ClassesModifier and TypeClassDescription(package private) static final class
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
AutoValue_HostConfig_BlkioWeightDevice
(String path, Integer weight) -
Method Summary
Methods inherited from class com.spotify.docker.client.messages.HostConfig.BlkioWeightDevice
builder, create
-
Field Details
-
path
-
weight
-
-
Constructor Details
-
AutoValue_HostConfig_BlkioWeightDevice
-
-
Method Details
-
path
- Specified by:
path
in classHostConfig.BlkioWeightDevice
-
weight
- Specified by:
weight
in classHostConfig.BlkioWeightDevice
-
toString
-
equals
-
hashCode
public int hashCode()
-