Class AutoValue_Endpoint


  • @Generated("com.google.auto.value.processor.AutoValueProcessor")
    final class AutoValue_Endpoint
    extends Endpoint
    • Field Detail

      • 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

      • ports

        @Nullable
        public com.google.common.collect.ImmutableList<PortConfig> ports()
        Specified by:
        ports in class Endpoint
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object