Class LabelValue


  • public class LabelValue
    extends Object
    A LabelValue represents one label/value pair in the Pull Reports Ad Hoc Creator Filter web form, value select list.

    Schema analog: <label_value>

    • Constructor Summary

      Constructors 
      Constructor Description
      LabelValue​(String label, String value)  
      LabelValue​(String label, String value, String group)  
    • Constructor Detail

      • LabelValue

        public LabelValue​(String label,
                          String value)
      • LabelValue

        public LabelValue​(String label,
                          String value,
                          String group)
    • Method Detail

      • getLabel

        public String getLabel()
      • getValue

        public String getValue()
      • getGroup

        public Optional<String> getGroup()
      • equals

        public boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • toString

        public String toString()
        Overrides:
        toString in class Object