All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.netxms.client.objects.interfaces.NodeItemPair Maven / Gradle / Ivy

There is a newer version: 5.0.6
Show newest version
package org.netxms.client.objects.interfaces;

public interface NodeItemPair
{
   /**
    * Get node ID
    * @return node id
    */
   public long getNodeId();
   
   /**
    * Get DCI id
    * @return dci id
    */
   public long getDciId();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy