Class PredicateArray


  • public class PredicateArray
    extends java.lang.Object
    This class wraps and holds list of predicates. In the xml structure class is represented by tag. Same as the FilterMetadataExport class, this one needs to be converted into map object while importing filter too.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.List<Predicate> predicates  
    • Constructor Summary

      Constructors 
      Constructor Description
      PredicateArray​(java.util.List<java.lang.Object> value)  
      PredicateArray​(java.util.Map<java.lang.String,​java.lang.Object> value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      java.util.List<java.lang.Object> getMapObject()  
      int hashCode()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • predicates

        protected java.util.List<Predicate> predicates
    • Constructor Detail

      • PredicateArray

        public PredicateArray​(java.util.List<java.lang.Object> value)
      • PredicateArray

        public PredicateArray​(java.util.Map<java.lang.String,​java.lang.Object> value)
    • Method Detail

      • getMapObject

        public java.util.List<java.lang.Object> getMapObject()
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object