Class TableCondition

java.lang.Object
org.netxms.client.datacollection.TableCondition

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

    • TableCondition

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

      public TableCondition(TableCondition src)
      Copy constructor
      Parameters:
      src - source object
    • TableCondition

      protected TableCondition(NXCPMessage msg, long baseId)
      Create condition from NXCP message
      Parameters:
      msg - NXCP message
      baseId - base field ID
  • Method Details

    • 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