Class Node

  • All Implemented Interfaces:
    java.io.Serializable

    @NullMarked
    public class Node
    extends java.lang.Object
    implements java.io.Serializable
    Defines a configuration node in an NVD applicability statement.
    See Also:
    Serialized Form
    • Method Detail

      • getOperator

        public Node.Operator getOperator()
        (Required)
        Returns:
        operator
      • getNegate

        public @Nullable java.lang.Boolean getNegate()
        Returns:
        negate
      • getCpeMatch

        public java.util.List<CpeMatch> getCpeMatch()
        (Required)
        Returns:
        cpeMatch
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • 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