Class AutoValue_Placement
- java.lang.Object
-
- com.spotify.docker.client.messages.swarm.Placement
-
- com.spotify.docker.client.messages.swarm.AutoValue_Placement
-
@Generated("com.google.auto.value.processor.AutoValueProcessor") final class AutoValue_Placement extends Placement
-
-
Field Summary
Fields Modifier and Type Field Description private com.google.common.collect.ImmutableList<java.lang.String>constraintsprivate com.google.common.collect.ImmutableList<Preference>preferences
-
Constructor Summary
Constructors Constructor Description AutoValue_Placement(com.google.common.collect.ImmutableList<java.lang.String> constraints, com.google.common.collect.ImmutableList<Preference> preferences)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.common.collect.ImmutableList<java.lang.String>constraints()booleanequals(java.lang.Object o)inthashCode()com.google.common.collect.ImmutableList<Preference>preferences()java.lang.StringtoString()
-
-
-
Field Detail
-
constraints
private final com.google.common.collect.ImmutableList<java.lang.String> constraints
-
preferences
private final com.google.common.collect.ImmutableList<Preference> preferences
-
-
Constructor Detail
-
AutoValue_Placement
AutoValue_Placement(@Nullable com.google.common.collect.ImmutableList<java.lang.String> constraints, @Nullable com.google.common.collect.ImmutableList<Preference> preferences)
-
-
Method Detail
-
constraints
@Nullable public com.google.common.collect.ImmutableList<java.lang.String> constraints()
- Specified by:
constraintsin classPlacement
-
preferences
@Nullable public com.google.common.collect.ImmutableList<Preference> preferences()
- Specified by:
preferencesin classPlacement
-
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
-
-