Class AutoValue_LabelValue


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

      Fields 
      Modifier and Type Field Description
      private java.lang.String value  
    • Constructor Summary

      Constructors 
      Constructor Description
      AutoValue_LabelValue​(java.lang.String value)  
    • Field Detail

      • value

        private final java.lang.String value
    • Constructor Detail

      • AutoValue_LabelValue

        AutoValue_LabelValue​(@Nullable
                             java.lang.String value)
    • Method Detail

      • getValue

        @Nullable
        public java.lang.String getValue()
        Description copied from class: LabelValue
        Returns the value of this LabelValue. Returns null if the value is unset and supposed to be ignored.
        Specified by:
        getValue in class LabelValue
        Returns:
        the value.
      • 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