Class AutoValue_Distribution
- java.lang.Object
-
- com.spotify.docker.client.messages.Distribution
-
- com.spotify.docker.client.messages.AutoValue_Distribution
-
@Generated("com.google.auto.value.processor.AutoValueProcessor") final class AutoValue_Distribution extends Distribution
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static class
AutoValue_Distribution.Builder
-
Field Summary
Fields Modifier and Type Field Description private Descriptor
descriptor
private com.google.common.collect.ImmutableList<Platform>
platforms
-
Constructor Summary
Constructors Modifier Constructor Description private
AutoValue_Distribution(Descriptor descriptor, com.google.common.collect.ImmutableList<Platform> platforms)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Descriptor
descriptor()
boolean
equals(java.lang.Object o)
int
hashCode()
com.google.common.collect.ImmutableList<Platform>
platforms()
java.lang.String
toString()
-
Methods inherited from class com.spotify.docker.client.messages.Distribution
builder, create
-
-
-
-
Field Detail
-
descriptor
private final Descriptor descriptor
-
platforms
private final com.google.common.collect.ImmutableList<Platform> platforms
-
-
Constructor Detail
-
AutoValue_Distribution
private AutoValue_Distribution(Descriptor descriptor, @Nullable com.google.common.collect.ImmutableList<Platform> platforms)
-
-
Method Detail
-
descriptor
public Descriptor descriptor()
- Specified by:
descriptor
in classDistribution
-
platforms
@Nullable public com.google.common.collect.ImmutableList<Platform> platforms()
- Specified by:
platforms
in classDistribution
-
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
-
-