Class ConditionDciInfo


  • public class ConditionDciInfo
    extends Object
    DCI information used in condition objects
    • Constructor Detail

      • ConditionDciInfo

        public 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
      • ConditionDciInfo

        public ConditionDciInfo​(org.netxms.base.NXCPMessage msg,
                                long baseId)
        Create DCI information from NXCP message
        Parameters:
        msg - The NXCPMessage
        baseId - The base id
      • ConditionDciInfo

        public ConditionDciInfo​(ConditionDciInfo src)
        Copy constructor
        Parameters:
        src - source object
    • Method Detail

      • getNodeId

        public long getNodeId()
        Returns:
        the nodeId
      • getDciId

        public long getDciId()
        Returns:
        the dciId
      • getType

        public int getType()
        Returns:
        the type
      • getFunction

        public int getFunction()
        Returns:
        the function
      • getPolls

        public int getPolls()
        Returns:
        the polls
      • setFunction

        public void setFunction​(int function)
        Parameters:
        function - the function to set
      • setPolls

        public void setPolls​(int polls)
        Parameters:
        polls - the polls to set