Class AutoValue_RegistryConfigs


  • @Generated("com.google.auto.value.processor.AutoValueProcessor")
    final class AutoValue_RegistryConfigs
    extends RegistryConfigs
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private com.google.common.collect.ImmutableMap<java.lang.String,​RegistryAuth> configs  
    • Field Detail

      • configs

        private final com.google.common.collect.ImmutableMap<java.lang.String,​RegistryAuth> configs
    • Constructor Detail

      • AutoValue_RegistryConfigs

        AutoValue_RegistryConfigs​(com.google.common.collect.ImmutableMap<java.lang.String,​RegistryAuth> configs)
    • 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