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()booleanequals(java.lang.Object o)inthashCode()Networknetwork()java.lang.StringtoString()-
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:
networkin classNetworkAttachment
-
addresses
public com.google.common.collect.ImmutableList<java.lang.String> addresses()
- Specified by:
addressesin classNetworkAttachment
-
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
-
-