Class AutoValue_ContainerUpdate


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

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

      Constructors 
      Modifier Constructor Description
      private AutoValue_ContainerUpdate​(com.google.common.collect.ImmutableList<java.lang.String> warnings)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      int hashCode()  
      java.lang.String toString()  
      com.google.common.collect.ImmutableList<java.lang.String> warnings()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • warnings

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

      • AutoValue_ContainerUpdate

        private AutoValue_ContainerUpdate​(@Nullable
                                          com.google.common.collect.ImmutableList<java.lang.String> warnings)
    • Method Detail

      • warnings

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