Class AutoValue_NetworkAttachmentConfig


  • @Generated("com.google.auto.value.processor.AutoValueProcessor")
    final class AutoValue_NetworkAttachmentConfig
    extends NetworkAttachmentConfig
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private com.google.common.collect.ImmutableList<java.lang.String> aliases  
      private java.lang.String target  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private AutoValue_NetworkAttachmentConfig​(java.lang.String target, com.google.common.collect.ImmutableList<java.lang.String> aliases)  
    • Field Detail

      • target

        private final java.lang.String target
      • aliases

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

      • AutoValue_NetworkAttachmentConfig

        private AutoValue_NetworkAttachmentConfig​(@Nullable
                                                  java.lang.String target,
                                                  @Nullable
                                                  com.google.common.collect.ImmutableList<java.lang.String> aliases)
    • Method Detail

      • aliases

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