public class ConditionDciInfo extends Object
Constructor and Description |
---|
ConditionDciInfo(ConditionDciInfo src)
Copy constructor
|
ConditionDciInfo(long nodeId,
long dciId,
int type,
int function,
int polls) |
ConditionDciInfo(org.netxms.base.NXCPMessage msg,
long baseId)
Create DCI information from NXCP message
|
Modifier and Type | Method and Description |
---|---|
long |
getDciId() |
int |
getFunction() |
long |
getNodeId() |
int |
getPolls() |
int |
getType() |
void |
setFunction(int function) |
void |
setPolls(int polls) |
public ConditionDciInfo(long nodeId, long dciId, int type, int function, int polls)
nodeId
- dciId
- function
- polls
- public ConditionDciInfo(org.netxms.base.NXCPMessage msg, long baseId)
msg
- baseId
- public ConditionDciInfo(ConditionDciInfo src)
src
- source objectpublic long getNodeId()
public long getDciId()
public int getType()
public int getFunction()
public int getPolls()
public void setFunction(int function)
function
- the function to setpublic void setPolls(int polls)
polls
- the polls to setCopyright © 2014. All rights reserved.