Class TableCondition


  • public class TableCondition
    extends Object
    Condition for table DCI threshold
    • Constructor Detail

      • TableCondition

        public TableCondition​(String column,
                              int operation,
                              String value)
        Create new condition object.
        Parameters:
        column -
        operation -
        value -
      • TableCondition

        public TableCondition​(TableCondition src)
        Copy constructor
        Parameters:
        src -
      • TableCondition

        protected TableCondition​(org.netxms.base.NXCPMessage msg,
                                 long baseId)
        Create condition from NXCP message
        Parameters:
        msg -
        baseId -
    • Method Detail

      • getColumn

        public String getColumn()
        Returns:
        the column
      • setColumn

        public void setColumn​(String column)
        Parameters:
        column - the column to set
      • getOperation

        public int getOperation()
        Returns:
        the operation
      • setOperation

        public void setOperation​(int operation)
        Parameters:
        operation - the operation to set
      • getValue

        public String getValue()
        Returns:
        the value
      • setValue

        public void setValue​(String value)
        Parameters:
        value - the value to set