Class AutoValue_EndpointConfig


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

      • links

        private final com.google.common.collect.ImmutableList<java.lang.String> links
      • aliases

        private final com.google.common.collect.ImmutableList<java.lang.String> aliases
      • gateway

        private final java.lang.String gateway
      • ipAddress

        private final java.lang.String ipAddress
      • ipPrefixLen

        private final java.lang.Integer ipPrefixLen
      • ipv6Gateway

        private final java.lang.String ipv6Gateway
      • globalIPv6Address

        private final java.lang.String globalIPv6Address
      • globalIPv6PrefixLen

        private final java.lang.Integer globalIPv6PrefixLen
      • macAddress

        private final java.lang.String macAddress
    • Constructor Detail

      • AutoValue_EndpointConfig

        private AutoValue_EndpointConfig​(@Nullable
                                         EndpointConfig.EndpointIpamConfig ipamConfig,
                                         @Nullable
                                         com.google.common.collect.ImmutableList<java.lang.String> links,
                                         @Nullable
                                         com.google.common.collect.ImmutableList<java.lang.String> aliases,
                                         @Nullable
                                         java.lang.String gateway,
                                         @Nullable
                                         java.lang.String ipAddress,
                                         @Nullable
                                         java.lang.Integer ipPrefixLen,
                                         @Nullable
                                         java.lang.String ipv6Gateway,
                                         @Nullable
                                         java.lang.String globalIPv6Address,
                                         @Nullable
                                         java.lang.Integer globalIPv6PrefixLen,
                                         @Nullable
                                         java.lang.String macAddress)
    • Method Detail

      • links

        @Nullable
        public com.google.common.collect.ImmutableList<java.lang.String> links()
        Specified by:
        links in class EndpointConfig
      • aliases

        @Nullable
        public com.google.common.collect.ImmutableList<java.lang.String> aliases()
        Specified by:
        aliases in class EndpointConfig
      • 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