Class AutoValue_ExecCreation


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

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

      Constructors 
      Constructor Description
      AutoValue_ExecCreation​(java.lang.String id, 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 id()  
      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

      • id

        private final java.lang.String id
      • warnings

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

      • AutoValue_ExecCreation

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

      • id

        public java.lang.String id()
        Specified by:
        id in class ExecCreation
      • warnings

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