Class AutoValue_Info_IndexConfig
- java.lang.Object
-
- com.spotify.docker.client.messages.Info.IndexConfig
-
- com.spotify.docker.client.messages.AutoValue_Info_IndexConfig
-
@Generated("com.google.auto.value.processor.AutoValueProcessor") final class AutoValue_Info_IndexConfig extends Info.IndexConfig
-
-
Constructor Summary
Constructors Constructor Description AutoValue_Info_IndexConfig(java.lang.String name, com.google.common.collect.ImmutableList<java.lang.String> mirrors, java.lang.Boolean secure, java.lang.Boolean official)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
int
hashCode()
com.google.common.collect.ImmutableList<java.lang.String>
mirrors()
java.lang.String
name()
java.lang.Boolean
official()
java.lang.Boolean
secure()
java.lang.String
toString()
-
Methods inherited from class com.spotify.docker.client.messages.Info.IndexConfig
create
-
-
-
-
Method Detail
-
name
public java.lang.String name()
- Specified by:
name
in classInfo.IndexConfig
-
mirrors
public com.google.common.collect.ImmutableList<java.lang.String> mirrors()
- Specified by:
mirrors
in classInfo.IndexConfig
-
secure
public java.lang.Boolean secure()
- Specified by:
secure
in classInfo.IndexConfig
-
official
public java.lang.Boolean official()
- Specified by:
official
in classInfo.IndexConfig
-
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
-
-