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()
boolean
equals(java.lang.Object o)
int
hashCode()
java.lang.String
toString()
-
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:
configs
in classRegistryConfigs
-
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
-
-