Class AutoValue_Distribution


  • @Generated("com.google.auto.value.processor.AutoValueProcessor")
    final class AutoValue_Distribution
    extends Distribution
    • Field Detail

      • 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

      • 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