Package org.netxms.client.datacollection
Class DciSummaryTableDescriptor
java.lang.Object
org.netxms.client.datacollection.DciSummaryTableDescriptor
Descriptor of DCI summary table
- 
Constructor SummaryConstructorsConstructorDescriptionDciSummaryTableDescriptor(NXCPMessage msg, long baseId) Create summary information from NXCP message.Create descriptor from table object
- 
Method SummaryModifier and TypeMethodDescriptionintgetFlags()getGuid()intgetId()getTitle()voidupdateFromTable(DciSummaryTable table) Update descriptor from table
- 
Constructor Details- 
DciSummaryTableDescriptorCreate summary information from NXCP message.- Parameters:
- msg- The NXCPMessage
- baseId- The base ID
 
- 
DciSummaryTableDescriptorCreate descriptor from table object- Parameters:
- table- The table object
 
 
- 
- 
Method Details- 
updateFromTableUpdate descriptor from table- Parameters:
- table- The table to update from
 
- 
getIdpublic int getId()- Returns:
- the id
 
- 
getMenuPath- Returns:
- the menuPath
 
- 
getTitle- Returns:
- the title
 
- 
getFlagspublic int getFlags()- Returns:
- the flags
 
- 
getGuid- Returns:
- the guid
 
 
-