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
FieldsModifier and TypeFieldDescriptionprivate final com.google.common.collect.ImmutableList
<String> private final com.google.common.collect.ImmutableList
<Preference> -
Constructor Summary
ConstructorsConstructorDescriptionAutoValue_Placement
(com.google.common.collect.ImmutableList<String> constraints, com.google.common.collect.ImmutableList<Preference> preferences) -
Method Summary
Modifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList
<String> boolean
int
hashCode()
com.google.common.collect.ImmutableList
<Preference> toString()
-
Field Details
-
constraints
-
preferences
-
-
Constructor Details
-
AutoValue_Placement
AutoValue_Placement(@Nullable com.google.common.collect.ImmutableList<String> constraints, @Nullable com.google.common.collect.ImmutableList<Preference> preferences)
-
-
Method Details
-
constraints
- Specified by:
constraints
in classPlacement
-
preferences
- Specified by:
preferences
in classPlacement
-
toString
-
equals
-
hashCode
public int hashCode()
-