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>
constraints
private 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()
boolean
equals(java.lang.Object o)
int
hashCode()
com.google.common.collect.ImmutableList<Preference>
preferences()
java.lang.String
toString()
-
-
-
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:
constraints
in classPlacement
-
preferences
@Nullable public com.google.common.collect.ImmutableList<Preference> preferences()
- Specified by:
preferences
in classPlacement
-
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
-
-