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 class
AutoValue_NetworkConnection.Builder
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
containerId
private EndpointConfig
endpointConfig
-
Constructor Summary
Constructors Modifier Constructor Description private
AutoValue_NetworkConnection(java.lang.String containerId, EndpointConfig endpointConfig)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
containerId()
EndpointConfig
endpointConfig()
boolean
equals(java.lang.Object o)
int
hashCode()
java.lang.String
toString()
-
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:
containerId
in classNetworkConnection
-
endpointConfig
@Nullable public EndpointConfig endpointConfig()
- Specified by:
endpointConfig
in classNetworkConnection
-
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
-
-