Class QueryProcessorOption<T>

  • Type Parameters:
    T - Type of value

    public class QueryProcessorOption<T>
    extends Object
    A PADRE query processor option, with a name and a value
    Author:
    nguillaumin@funnelback.com
    • Field Detail

      • name

        private final String name
        QPO name
      • value

        private final T value
        QPO value
    • Constructor Detail

      • QueryProcessorOption

        public QueryProcessorOption​(String name,
                                    T value)
    • Method Detail

      • toString

        public String toString()
        Used for debugging display, not suitable to use to generate the CLI string representation.
        Overrides:
        toString in class Object
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

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

        public String getName()
        QPO name
      • getValue

        public T getValue()
        QPO value