Class AutoValue_NetworkAttachment
- java.lang.Object
-
- com.spotify.docker.client.messages.swarm.NetworkAttachment
-
- com.spotify.docker.client.messages.swarm.AutoValue_NetworkAttachment
-
@Generated("com.google.auto.value.processor.AutoValueProcessor") final class AutoValue_NetworkAttachment extends NetworkAttachment
-
-
Constructor Summary
Constructors Constructor Description AutoValue_NetworkAttachment(Network network, com.google.common.collect.ImmutableList<java.lang.String> addresses)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.common.collect.ImmutableList<java.lang.String>
addresses()
boolean
equals(java.lang.Object o)
int
hashCode()
Network
network()
java.lang.String
toString()
-
Methods inherited from class com.spotify.docker.client.messages.swarm.NetworkAttachment
create
-
-
-
-
Field Detail
-
network
private final Network network
-
addresses
private final com.google.common.collect.ImmutableList<java.lang.String> addresses
-
-
Constructor Detail
-
AutoValue_NetworkAttachment
AutoValue_NetworkAttachment(Network network, com.google.common.collect.ImmutableList<java.lang.String> addresses)
-
-
Method Detail
-
network
public Network network()
- Specified by:
network
in classNetworkAttachment
-
addresses
public com.google.common.collect.ImmutableList<java.lang.String> addresses()
- Specified by:
addresses
in classNetworkAttachment
-
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
-
-