Class AutoValue_HostConfig_Ulimit
java.lang.Object
com.spotify.docker.client.messages.HostConfig.Ulimit
com.spotify.docker.client.messages.AutoValue_HostConfig_Ulimit
@Generated("com.google.auto.value.processor.AutoValueProcessor")
final class AutoValue_HostConfig_Ulimit
extends HostConfig.Ulimit
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static final class
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
AutoValue_HostConfig_Ulimit
(String name, Long soft, Long hard) -
Method Summary
Methods inherited from class com.spotify.docker.client.messages.HostConfig.Ulimit
builder, create
-
Field Details
-
name
-
soft
-
hard
-
-
Constructor Details
-
AutoValue_HostConfig_Ulimit
-
-
Method Details
-
name
- Specified by:
name
in classHostConfig.Ulimit
-
soft
- Specified by:
soft
in classHostConfig.Ulimit
-
hard
- Specified by:
hard
in classHostConfig.Ulimit
-
toString
-
equals
-
hashCode
public int hashCode()
-