Bump mdsal to 5.0.2
[openflowplugin.git] / openflowplugin-api / src / main / java / org / opendaylight / openflowplugin / api / openflow / device / DeviceInfo.java
index b584655c1aa31ba373c335214365e0be4f647998..b28329f8b21c849fa3b86c8021b9badc6f33226f 100644 (file)
@@ -5,15 +5,14 @@
  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
  * and is available at http://www.eclipse.org/legal/epl-v10.html
  */
-
 package org.opendaylight.openflowplugin.api.openflow.device;
 
-import java.math.BigInteger;
 import org.opendaylight.mdsal.singleton.common.api.ServiceGroupIdentifier;
 import org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeId;
 import org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.Node;
 import org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.NodeKey;
 import org.opendaylight.yangtools.yang.binding.KeyedInstanceIdentifier;
+import org.opendaylight.yangtools.yang.common.Uint64;
 
 /**
  * API defining basic device information.
@@ -42,7 +41,7 @@ public interface DeviceInfo extends XidSequencer {
      * Getter.
      * @return datapathId
      */
-    BigInteger getDatapathId();
+    Uint64 getDatapathId();
 
     /**
      * Getter.