Class AutoValue_NetworkConnection
- java.lang.Object
-
- com.spotify.docker.client.messages.NetworkConnection
-
- com.spotify.docker.client.messages.AutoValue_NetworkConnection
-
@Generated("com.google.auto.value.processor.AutoValueProcessor") final class AutoValue_NetworkConnection extends NetworkConnection
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static classAutoValue_NetworkConnection.Builder
-
Field Summary
Fields Modifier and Type Field Description private java.lang.StringcontainerIdprivate EndpointConfigendpointConfig
-
Constructor Summary
Constructors Modifier Constructor Description privateAutoValue_NetworkConnection(java.lang.String containerId, EndpointConfig endpointConfig)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringcontainerId()EndpointConfigendpointConfig()booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()-
Methods inherited from class com.spotify.docker.client.messages.NetworkConnection
builder
-
-
-
-
Field Detail
-
containerId
private final java.lang.String containerId
-
endpointConfig
private final EndpointConfig endpointConfig
-
-
Constructor Detail
-
AutoValue_NetworkConnection
private AutoValue_NetworkConnection(java.lang.String containerId, @Nullable EndpointConfig endpointConfig)
-
-
Method Detail
-
containerId
public java.lang.String containerId()
- Specified by:
containerIdin classNetworkConnection
-
endpointConfig
@Nullable public EndpointConfig endpointConfig()
- Specified by:
endpointConfigin classNetworkConnection
-
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
-
-