Package org.netxms.client.datacollection
Class PerfTabDci
java.lang.Object
org.netxms.client.datacollection.PerfTabDci
DCI information for performance tab in console
- 
Constructor SummaryConstructorsConstructorDescriptionPerfTabDci(NXCPMessage msg, long baseId, long nodeId) Create performance tab DCI information object from NXCP message
- 
Method Summary
- 
Constructor Details- 
PerfTabDciCreate performance tab DCI information object from NXCP message- Parameters:
- msg- NXCP message
- baseId- base field ID
- nodeId- owning node ID
 
 
- 
- 
Method Details- 
getIdpublic long getId()- Returns:
- the id
 
- 
getNodeIdpublic long getNodeId()- Returns:
- the nodeId
 
- 
getStatuspublic int getStatus()- Returns:
- the status
 
- 
getDescription- Returns:
- the description
 
- 
getPerfTabSettings- Returns:
- the perfTabSettings
 
- 
getTemplateDciIdpublic final long getTemplateDciId()- Returns:
- the templateDciId
 
- 
getRootTemplateDciIdpublic long getRootTemplateDciId()- Returns:
- the rootTemplateDciId
 
- 
getInstance- Returns:
- the instance
 
- 
getInstanceName- Returns:
- the instanceName
 
 
-