|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.netxms.client.datacollection.ConditionDciInfo
public class ConditionDciInfo
DCI information used in condition objects
| Constructor Summary | |
|---|---|
ConditionDciInfo(long nodeId,
long dciId,
int function,
int polls)
|
|
ConditionDciInfo(NXCPMessage msg,
long baseId)
Create DCI information from NXCP message |
|
| Method Summary | |
|---|---|
long |
getDciId()
|
int |
getFunction()
|
long |
getNodeId()
|
int |
getPolls()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConditionDciInfo(long nodeId,
long dciId,
int function,
int polls)
nodeId - dciId - function - polls -
public ConditionDciInfo(NXCPMessage msg,
long baseId)
msg - baseId - | Method Detail |
|---|
public long getNodeId()
public long getDciId()
public int getFunction()
public int getPolls()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||