Class AutoValue_NetworkAttachmentConfig
- java.lang.Object
-
- com.spotify.docker.client.messages.swarm.NetworkAttachmentConfig
-
- com.spotify.docker.client.messages.swarm.AutoValue_NetworkAttachmentConfig
-
@Generated("com.google.auto.value.processor.AutoValueProcessor") final class AutoValue_NetworkAttachmentConfig extends NetworkAttachmentConfig
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static classAutoValue_NetworkAttachmentConfig.Builder
-
Constructor Summary
Constructors Modifier Constructor Description privateAutoValue_NetworkAttachmentConfig(java.lang.String target, com.google.common.collect.ImmutableList<java.lang.String> aliases)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.common.collect.ImmutableList<java.lang.String>aliases()booleanequals(java.lang.Object o)inthashCode()java.lang.Stringtarget()java.lang.StringtoString()-
Methods inherited from class com.spotify.docker.client.messages.swarm.NetworkAttachmentConfig
builder, create
-
-
-
-
Method Detail
-
target
@Nullable public java.lang.String target()
- Specified by:
targetin classNetworkAttachmentConfig
-
aliases
@Nullable public com.google.common.collect.ImmutableList<java.lang.String> aliases()
- Specified by:
aliasesin classNetworkAttachmentConfig
-
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
-
-