Class AutoValue_EndpointConfig
- java.lang.Object
-
- com.spotify.docker.client.messages.EndpointConfig
-
- com.spotify.docker.client.messages.AutoValue_EndpointConfig
-
@Generated("com.google.auto.value.processor.AutoValueProcessor") final class AutoValue_EndpointConfig extends EndpointConfig
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static class
AutoValue_EndpointConfig.Builder
-
Nested classes/interfaces inherited from class com.spotify.docker.client.messages.EndpointConfig
EndpointConfig.EndpointIpamConfig
-
-
Field Summary
Fields Modifier and Type Field Description private com.google.common.collect.ImmutableList<java.lang.String>
aliases
private java.lang.String
gateway
private java.lang.String
globalIPv6Address
private java.lang.Integer
globalIPv6PrefixLen
private java.lang.String
ipAddress
private EndpointConfig.EndpointIpamConfig
ipamConfig
private java.lang.Integer
ipPrefixLen
private java.lang.String
ipv6Gateway
private com.google.common.collect.ImmutableList<java.lang.String>
links
private java.lang.String
macAddress
-
Constructor Summary
Constructors Modifier Constructor Description private
AutoValue_EndpointConfig(EndpointConfig.EndpointIpamConfig ipamConfig, com.google.common.collect.ImmutableList<java.lang.String> links, com.google.common.collect.ImmutableList<java.lang.String> aliases, java.lang.String gateway, java.lang.String ipAddress, java.lang.Integer ipPrefixLen, java.lang.String ipv6Gateway, java.lang.String globalIPv6Address, java.lang.Integer globalIPv6PrefixLen, java.lang.String macAddress)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.common.collect.ImmutableList<java.lang.String>
aliases()
boolean
equals(java.lang.Object o)
java.lang.String
gateway()
java.lang.String
globalIPv6Address()
java.lang.Integer
globalIPv6PrefixLen()
int
hashCode()
java.lang.String
ipAddress()
EndpointConfig.EndpointIpamConfig
ipamConfig()
java.lang.Integer
ipPrefixLen()
java.lang.String
ipv6Gateway()
com.google.common.collect.ImmutableList<java.lang.String>
links()
java.lang.String
macAddress()
java.lang.String
toString()
-
Methods inherited from class com.spotify.docker.client.messages.EndpointConfig
builder
-
-
-
-
Field Detail
-
ipamConfig
private final EndpointConfig.EndpointIpamConfig ipamConfig
-
links
private final com.google.common.collect.ImmutableList<java.lang.String> links
-
aliases
private final com.google.common.collect.ImmutableList<java.lang.String> aliases
-
gateway
private final java.lang.String gateway
-
ipAddress
private final java.lang.String ipAddress
-
ipPrefixLen
private final java.lang.Integer ipPrefixLen
-
ipv6Gateway
private final java.lang.String ipv6Gateway
-
globalIPv6Address
private final java.lang.String globalIPv6Address
-
globalIPv6PrefixLen
private final java.lang.Integer globalIPv6PrefixLen
-
macAddress
private final java.lang.String macAddress
-
-
Constructor Detail
-
AutoValue_EndpointConfig
private AutoValue_EndpointConfig(@Nullable EndpointConfig.EndpointIpamConfig ipamConfig, @Nullable com.google.common.collect.ImmutableList<java.lang.String> links, @Nullable com.google.common.collect.ImmutableList<java.lang.String> aliases, @Nullable java.lang.String gateway, @Nullable java.lang.String ipAddress, @Nullable java.lang.Integer ipPrefixLen, @Nullable java.lang.String ipv6Gateway, @Nullable java.lang.String globalIPv6Address, @Nullable java.lang.Integer globalIPv6PrefixLen, @Nullable java.lang.String macAddress)
-
-
Method Detail
-
ipamConfig
@Nullable public EndpointConfig.EndpointIpamConfig ipamConfig()
- Specified by:
ipamConfig
in classEndpointConfig
-
links
@Nullable public com.google.common.collect.ImmutableList<java.lang.String> links()
- Specified by:
links
in classEndpointConfig
-
aliases
@Nullable public com.google.common.collect.ImmutableList<java.lang.String> aliases()
- Specified by:
aliases
in classEndpointConfig
-
gateway
@Nullable public java.lang.String gateway()
- Specified by:
gateway
in classEndpointConfig
-
ipAddress
@Nullable public java.lang.String ipAddress()
- Specified by:
ipAddress
in classEndpointConfig
-
ipPrefixLen
@Nullable public java.lang.Integer ipPrefixLen()
- Specified by:
ipPrefixLen
in classEndpointConfig
-
ipv6Gateway
@Nullable public java.lang.String ipv6Gateway()
- Specified by:
ipv6Gateway
in classEndpointConfig
-
globalIPv6Address
@Nullable public java.lang.String globalIPv6Address()
- Specified by:
globalIPv6Address
in classEndpointConfig
-
globalIPv6PrefixLen
@Nullable public java.lang.Integer globalIPv6PrefixLen()
- Specified by:
globalIPv6PrefixLen
in classEndpointConfig
-
macAddress
@Nullable public java.lang.String macAddress()
- Specified by:
macAddress
in classEndpointConfig
-
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
-
-