Class VariableQueryDto

    • Method Detail

      • getName

        public java.lang.String getName()
        Returns:
        String - Variable name
      • getOperator

        public ProcessVariableOperator getOperator()
        Returns:
        String - Operator is the comparison operator to be used and value the variable value. Valid operator values are: eq - equal to; neq - not equal to; gt - greater than; gteq - greater than or equal to; lt - lower than; lteq - lower than or equal to; like;notLike.
      • getValue

        public java.lang.String getValue()
        Returns:
        String - Variable value.
      • setName

        public void setName​(java.lang.String name)
        Parameters:
        name - - Variable name
      • setOperator

        public void setOperator​(ProcessVariableOperator operator)
        Parameters:
        operator - Operator is the comparison operator to be used and value the variable value. * Valid operator values are: eq - equal to; neq - not equal to; gt - greater than; gteq - greater than or equal to; lt - lower than; lteq - lower than or equal to; like;notLike.
      • setValue

        public void setValue​(java.lang.String value)
        Parameters:
        value - - - Variable value.
      • equals

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

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object