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 class
AutoValue_NetworkAttachmentConfig.Builder
-
Constructor Summary
Constructors Modifier Constructor Description private
AutoValue_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()
boolean
equals(java.lang.Object o)
int
hashCode()
java.lang.String
target()
java.lang.String
toString()
-
Methods inherited from class com.spotify.docker.client.messages.swarm.NetworkAttachmentConfig
builder, create
-
-
-
-
Method Detail
-
target
@Nullable public java.lang.String target()
- Specified by:
target
in classNetworkAttachmentConfig
-
aliases
@Nullable public com.google.common.collect.ImmutableList<java.lang.String> aliases()
- Specified by:
aliases
in classNetworkAttachmentConfig
-
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
-
-