Package org.netxms.client.datacollection
Class PerfTabDci
- java.lang.Object
-
- org.netxms.client.datacollection.PerfTabDci
-
public class PerfTabDci extends Object
DCI information for performance tab in console
-
-
Constructor Summary
Constructors Constructor Description PerfTabDci(org.netxms.base.NXCPMessage msg, long baseId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()longgetId()StringgetInstance()StringgetPerfTabSettings()longgetRootTemplateDciId()intgetStatus()longgetTemplateDciId()
-
-
-
Method Detail
-
getId
public long getId()
- Returns:
- the id
-
getStatus
public int getStatus()
- Returns:
- the status
-
getDescription
public String getDescription()
- Returns:
- the description
-
getPerfTabSettings
public String getPerfTabSettings()
- Returns:
- the perfTabSettings
-
getTemplateDciId
public final long getTemplateDciId()
- Returns:
- the templateDciId
-
getRootTemplateDciId
public long getRootTemplateDciId()
- Returns:
- the rootTemplateDciId
-
getInstance
public final String getInstance()
- Returns:
- the instance
-
-