Class AutoValue_ContainerUpdate
- java.lang.Object
-
- com.spotify.docker.client.messages.ContainerUpdate
-
- com.spotify.docker.client.messages.AutoValue_ContainerUpdate
-
@Generated("com.google.auto.value.processor.AutoValueProcessor") final class AutoValue_ContainerUpdate extends ContainerUpdate
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static class
AutoValue_ContainerUpdate.Builder
-
Field Summary
Fields Modifier and Type Field Description private com.google.common.collect.ImmutableList<java.lang.String>
warnings
-
Constructor Summary
Constructors Modifier Constructor Description private
AutoValue_ContainerUpdate(com.google.common.collect.ImmutableList<java.lang.String> warnings)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
int
hashCode()
java.lang.String
toString()
com.google.common.collect.ImmutableList<java.lang.String>
warnings()
-
Methods inherited from class com.spotify.docker.client.messages.ContainerUpdate
builder, create
-
-
-
-
Method Detail
-
warnings
@Nullable public com.google.common.collect.ImmutableList<java.lang.String> warnings()
- Specified by:
warnings
in classContainerUpdate
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-