Class AutoValue_RemovedImage
- java.lang.Object
-
- com.spotify.docker.client.messages.RemovedImage
-
- com.spotify.docker.client.messages.AutoValue_RemovedImage
-
@Generated("com.google.auto.value.processor.AutoValueProcessor") final class AutoValue_RemovedImage extends RemovedImage
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.spotify.docker.client.messages.RemovedImage
RemovedImage.Type
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.StringimageIdprivate RemovedImage.Typetype
-
Constructor Summary
Constructors Constructor Description AutoValue_RemovedImage(RemovedImage.Type type, java.lang.String imageId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()java.lang.StringimageId()java.lang.StringtoString()RemovedImage.Typetype()-
Methods inherited from class com.spotify.docker.client.messages.RemovedImage
create, create
-
-
-
-
Field Detail
-
type
private final RemovedImage.Type type
-
imageId
private final java.lang.String imageId
-
-
Constructor Detail
-
AutoValue_RemovedImage
AutoValue_RemovedImage(RemovedImage.Type type, @Nullable java.lang.String imageId)
-
-
Method Detail
-
type
public RemovedImage.Type type()
- Specified by:
typein classRemovedImage
-
imageId
@Nullable public java.lang.String imageId()
- Specified by:
imageIdin classRemovedImage
-
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
-
-