Class AutoValue_Endpoint
- java.lang.Object
-
- com.spotify.docker.client.messages.swarm.Endpoint
-
- com.spotify.docker.client.messages.swarm.AutoValue_Endpoint
-
@Generated("com.google.auto.value.processor.AutoValueProcessor") final class AutoValue_Endpoint extends Endpoint
-
-
Field Summary
Fields Modifier and Type Field Description private com.google.common.collect.ImmutableList<PortConfig>
exposedPorts
private com.google.common.collect.ImmutableList<PortConfig>
ports
private EndpointSpec
spec
private com.google.common.collect.ImmutableList<EndpointVirtualIp>
virtualIps
-
Constructor Summary
Constructors Constructor Description AutoValue_Endpoint(EndpointSpec spec, com.google.common.collect.ImmutableList<PortConfig> exposedPorts, com.google.common.collect.ImmutableList<PortConfig> ports, com.google.common.collect.ImmutableList<EndpointVirtualIp> virtualIps)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
com.google.common.collect.ImmutableList<PortConfig>
exposedPorts()
int
hashCode()
com.google.common.collect.ImmutableList<PortConfig>
ports()
EndpointSpec
spec()
java.lang.String
toString()
com.google.common.collect.ImmutableList<EndpointVirtualIp>
virtualIps()
-
-
-
Field Detail
-
spec
private final EndpointSpec spec
-
exposedPorts
private final com.google.common.collect.ImmutableList<PortConfig> exposedPorts
-
ports
private final com.google.common.collect.ImmutableList<PortConfig> ports
-
virtualIps
private final com.google.common.collect.ImmutableList<EndpointVirtualIp> virtualIps
-
-
Constructor Detail
-
AutoValue_Endpoint
AutoValue_Endpoint(EndpointSpec spec, @Nullable com.google.common.collect.ImmutableList<PortConfig> exposedPorts, @Nullable com.google.common.collect.ImmutableList<PortConfig> ports, @Nullable com.google.common.collect.ImmutableList<EndpointVirtualIp> virtualIps)
-
-
Method Detail
-
spec
public EndpointSpec spec()
-
exposedPorts
@Nullable public com.google.common.collect.ImmutableList<PortConfig> exposedPorts()
- Specified by:
exposedPorts
in classEndpoint
-
ports
@Nullable public com.google.common.collect.ImmutableList<PortConfig> ports()
-
virtualIps
@Nullable public com.google.common.collect.ImmutableList<EndpointVirtualIp> virtualIps()
- Specified by:
virtualIps
in classEndpoint
-
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
-
-