Package org.netxms.client.datacollection
Class ConditionDciInfo
java.lang.Object
org.netxms.client.datacollection.ConditionDciInfo
- All Implemented Interfaces:
- NodeItemPair
DCI information used in condition objects
- 
Constructor SummaryConstructorsConstructorDescriptionConditionDciInfo(long nodeId, long dciId, int type, int function, int polls) ConditionDciInfo(NXCPMessage msg, long baseId) Create DCI information from NXCP messageCopy constructor
- 
Method SummaryModifier and TypeMethodDescriptionlonggetDciId()Get DCI idintlongGet node IDintgetPolls()intgetType()voidsetFunction(int function) voidsetPolls(int polls) 
- 
Constructor Details- 
ConditionDciInfopublic ConditionDciInfo(long nodeId, long dciId, int type, int function, int polls) - Parameters:
- nodeId- The node id
- dciId- The dci id
- type- The type
- function- The function
- polls- The polls
 
- 
ConditionDciInfoCreate DCI information from NXCP message- Parameters:
- msg- The NXCPMessage
- baseId- The base id
 
- 
ConditionDciInfoCopy constructor- Parameters:
- src- source object
 
 
- 
- 
Method Details- 
getNodeIdpublic long getNodeId()Description copied from interface:NodeItemPairGet node ID- Specified by:
- getNodeIdin interface- NodeItemPair
- Returns:
- the nodeId
 
- 
getDciIdpublic long getDciId()Description copied from interface:NodeItemPairGet DCI id- Specified by:
- getDciIdin interface- NodeItemPair
- Returns:
- the dciId
 
- 
getTypepublic int getType()- Returns:
- the type
 
- 
getFunctionpublic int getFunction()- Returns:
- the function
 
- 
getPollspublic int getPolls()- Returns:
- the polls
 
- 
setFunctionpublic void setFunction(int function) - Parameters:
- function- the function to set
 
- 
setPollspublic void setPolls(int polls) - Parameters:
- polls- the polls to set
 
 
-