Package org.netxms.client.datacollection
Class TableCondition
java.lang.Object
org.netxms.client.datacollection.TableCondition
Condition for table DCI threshold
- 
Constructor SummaryConstructorsModifierConstructorDescriptionTableCondition(String column, int operation, String value) Create new condition object.protectedTableCondition(NXCPMessage msg, long baseId) Create condition from NXCP messageCopy constructor
- 
Method Summary
- 
Constructor Details- 
TableConditionCreate new condition object.- Parameters:
- column- column name
- operation- operation
- value- value for operation
 
- 
TableConditionCopy constructor- Parameters:
- src- source object
 
- 
TableConditionCreate condition from NXCP message- Parameters:
- msg- NXCP message
- baseId- base field ID
 
 
- 
- 
Method Details- 
getColumn- Returns:
- the column
 
- 
setColumn- Parameters:
- column- the column to set
 
- 
getOperationpublic int getOperation()- Returns:
- the operation
 
- 
setOperationpublic void setOperation(int operation) - Parameters:
- operation- the operation to set
 
- 
getValue- Returns:
- the value
 
- 
setValue- Parameters:
- value- the value to set
 
 
-