Package org.netxms.client.datacollection
Class BulkDciUpdateElement
java.lang.Object
org.netxms.client.datacollection.BulkDciUpdateElement
Information for bulk DCI update
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionBulkDciUpdateElement(long fieldId) Create new update element for given field
- 
Method SummaryModifier and TypeMethodDescriptionbooleanReturns if field has to be modifiedvoidsetField(NXCPMessage msg) Set updated field to message
- 
Field Details- 
value
 
- 
- 
Constructor Details- 
BulkDciUpdateElementpublic BulkDciUpdateElement(long fieldId) Create new update element for given field- Parameters:
- fieldId- field ID
 
 
- 
- 
Method Details- 
isModifiedpublic boolean isModified()Returns if field has to be modified- Returns:
- true if field has to be modified
 
- 
setFieldSet updated field to message- Parameters:
- msg- NXCP message to update information on server
 
 
-