Class PropertyQuery

    • Constructor Summary

      Constructors 
      Constructor Description
      PropertyQuery​(java.lang.String propertySetName, java.lang.String propertyName, Operator operator, com.fasterxml.jackson.databind.JsonNode value)  
    • Constructor Detail

      • PropertyQuery

        public PropertyQuery​(java.lang.String propertySetName,
                             java.lang.String propertyName,
                             Operator operator,
                             com.fasterxml.jackson.databind.JsonNode value)
    • Method Detail

      • getName

        public java.lang.String getName()
        Specified by:
        getName in interface CompareQuery
      • getPropertyName

        public java.lang.String getPropertyName()
      • getPropertySetName

        public java.lang.String getPropertySetName()
      • getValue

        public com.fasterxml.jackson.databind.JsonNode getValue()
        Specified by:
        getValue in interface CompareQuery
      • toJson

        public com.fasterxml.jackson.databind.node.ObjectNode toJson()