Class 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)  
    • 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 class Placement
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object