Class AutoValue_LabelKey


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

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

      Constructors 
      Constructor Description
      AutoValue_LabelKey​(java.lang.String key, java.lang.String description)  
    • Field Detail

      • key

        private final java.lang.String key
      • description

        private final java.lang.String description
    • Constructor Detail

      • AutoValue_LabelKey

        AutoValue_LabelKey​(java.lang.String key,
                           java.lang.String description)
    • Method Detail

      • getKey

        public java.lang.String getKey()
        Description copied from class: LabelKey
        Returns the key of this LabelKey.
        Specified by:
        getKey in class LabelKey
        Returns:
        the key.
      • getDescription

        public java.lang.String getDescription()
        Description copied from class: LabelKey
        Returns the description of this LabelKey.
        Specified by:
        getDescription in class LabelKey
        Returns:
        the description.
      • 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