Class AutoValue_ImageSearchResult
java.lang.Object
com.spotify.docker.client.messages.ImageSearchResult
com.spotify.docker.client.messages.AutoValue_ImageSearchResult
@Generated("com.google.auto.value.processor.AutoValueProcessor")
final class AutoValue_ImageSearchResult
extends ImageSearchResult
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAutoValue_ImageSearchResult
(String description, boolean official, boolean automated, String name, int starCount) -
Method Summary
Methods inherited from class com.spotify.docker.client.messages.ImageSearchResult
create
-
Field Details
-
description
-
official
private final boolean official -
automated
private final boolean automated -
name
-
starCount
private final int starCount
-
-
Constructor Details
-
AutoValue_ImageSearchResult
-
-
Method Details
-
description
- Specified by:
description
in classImageSearchResult
-
official
public boolean official()- Specified by:
official
in classImageSearchResult
-
automated
public boolean automated()- Specified by:
automated
in classImageSearchResult
-
name
- Specified by:
name
in classImageSearchResult
-
starCount
public int starCount()- Specified by:
starCount
in classImageSearchResult
-
toString
-
equals
-
hashCode
public int hashCode()
-