Class DataTreeModificationImpl<T extends org.opendaylight.yangtools.yang.binding.DataObject>
- java.lang.Object
-
- org.opendaylight.ovsdb.hwvtepsouthbound.reconciliation.configuration.DataTreeModificationImpl<T>
-
- All Implemented Interfaces:
org.opendaylight.controller.md.sal.binding.api.DataTreeModification
public class DataTreeModificationImpl<T extends org.opendaylight.yangtools.yang.binding.DataObject> extends Object implements org.opendaylight.controller.md.sal.binding.api.DataTreeModification
-
-
Constructor Summary
Constructors Constructor Description DataTreeModificationImpl(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<T> nodeId, T newNode, T oldNode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.opendaylight.controller.md.sal.binding.api.DataObjectModification<T>
getRootNode()
org.opendaylight.controller.md.sal.binding.api.DataTreeIdentifier<T>
getRootPath()
-