Class AutoValue_RegistryConfigs
- java.lang.Object
-
- com.spotify.docker.client.messages.RegistryConfigs
-
- com.spotify.docker.client.messages.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
-
Constructor Summary
Constructors Constructor Description AutoValue_RegistryConfigs(com.google.common.collect.ImmutableMap<java.lang.String,RegistryAuth> configs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.common.collect.ImmutableMap<java.lang.String,RegistryAuth>configs()booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()-
Methods inherited from class com.spotify.docker.client.messages.RegistryConfigs
create, empty
-
-
-
-
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
-
configs
public com.google.common.collect.ImmutableMap<java.lang.String,RegistryAuth> configs()
- Specified by:
configsin classRegistryConfigs
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-