Class CompiledQuery.FilterEntry

  • All Implemented Interfaces:
    java.io.Serializable, java.util.Map.Entry<java.lang.String,​FilterType>
    Enclosing class:
    CompiledQuery

    public static class CompiledQuery.FilterEntry
    extends java.lang.Object
    implements java.util.Map.Entry<java.lang.String,​FilterType>, java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Detail

      • FilterEntry

        public FilterEntry​(java.lang.String fieldId,
                           FilterType value)
    • Method Detail

      • getKey

        public java.lang.String getKey()
        Specified by:
        getKey in interface java.util.Map.Entry<java.lang.String,​FilterType>
      • getValue

        public FilterType getValue()
        Specified by:
        getValue in interface java.util.Map.Entry<java.lang.String,​FilterType>
      • setValue

        public FilterType setValue​(FilterType value)
        Specified by:
        setValue in interface java.util.Map.Entry<java.lang.String,​FilterType>