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.String
imageId
private RemovedImage.Type
type
-
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 boolean
equals(java.lang.Object o)
int
hashCode()
java.lang.String
imageId()
java.lang.String
toString()
RemovedImage.Type
type()
-
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:
type
in classRemovedImage
-
imageId
@Nullable public java.lang.String imageId()
- Specified by:
imageId
in classRemovedImage
-
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
-
-