Class FilterQuery

    • Field Detail

      • metaDataMap

        public static final Map<FilterQuery._Fields,​org.apache.thrift.meta_data.FieldMetaData> metaDataMap
    • Constructor Detail

      • FilterQuery

        public FilterQuery()
      • FilterQuery

        public FilterQuery​(FilterQuery other)
        Performs a deep copy on other.
    • Method Detail

      • getId

        public int getId()
      • setId

        public void setId​(int id)
      • unsetId

        public void unsetId()
      • isSetId

        public boolean isSetId()
        Returns true if field id is set (has been assigned a value) and false otherwise
      • setIdIsSet

        public void setIdIsSet​(boolean value)
      • getColumn

        public String getColumn()
        This should be unique within a single request *
      • setColumn

        public void setColumn​(String column)
        This should be unique within a single request *
      • unsetColumn

        public void unsetColumn()
      • isSetColumn

        public boolean isSetColumn()
        Returns true if field column is set (has been assigned a value) and false otherwise
      • setColumnIsSet

        public void setColumnIsSet​(boolean value)
      • getValueSize

        public int getValueSize()
      • addToValue

        public void addToValue​(String elem)
      • setValue

        public void setValue​(List<String> value)
      • unsetValue

        public void unsetValue()
      • isSetValue

        public boolean isSetValue()
        Returns true if field value is set (has been assigned a value) and false otherwise
      • setValueIsSet

        public void setValueIsSet​(boolean value)
      • unsetOperator

        public void unsetOperator()
      • isSetOperator

        public boolean isSetOperator()
        Returns true if field operator is set (has been assigned a value) and false otherwise
      • setOperatorIsSet

        public void setOperatorIsSet​(boolean value)
      • getNestedFilterQueryIdsSize

        public int getNestedFilterQueryIdsSize()
      • getNestedFilterQueryIdsIterator

        public Iterator<Integer> getNestedFilterQueryIdsIterator()
      • addToNestedFilterQueryIds

        public void addToNestedFilterQueryIds​(int elem)
      • getNestedFilterQueryIds

        public List<Integer> getNestedFilterQueryIds()
      • setNestedFilterQueryIds

        public void setNestedFilterQueryIds​(List<Integer> nestedFilterQueryIds)
      • unsetNestedFilterQueryIds

        public void unsetNestedFilterQueryIds()
      • isSetNestedFilterQueryIds

        public boolean isSetNestedFilterQueryIds()
        Returns true if field nestedFilterQueryIds is set (has been assigned a value) and false otherwise
      • setNestedFilterQueryIdsIsSet

        public void setNestedFilterQueryIdsIsSet​(boolean value)
      • isSet

        public boolean isSet​(FilterQuery._Fields field)
        Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
        Specified by:
        isSet in interface org.apache.thrift.TBase<FilterQuery,​FilterQuery._Fields>
      • hashCode

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

        public void read​(org.apache.thrift.protocol.TProtocol iprot)
                  throws org.apache.thrift.TException
        Specified by:
        read in interface org.apache.thrift.TSerializable
        Throws:
        org.apache.thrift.TException
      • write

        public void write​(org.apache.thrift.protocol.TProtocol oprot)
                   throws org.apache.thrift.TException
        Specified by:
        write in interface org.apache.thrift.TSerializable
        Throws:
        org.apache.thrift.TException
      • validate

        public void validate()
                      throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException