Class DataTreeModificationImpl<T extends org.opendaylight.yangtools.binding.DataObject>
java.lang.Object
org.opendaylight.ovsdb.hwvtepsouthbound.reconciliation.configuration.DataTreeModificationImpl<T>
- All Implemented Interfaces:
org.opendaylight.mdsal.binding.api.DataTreeModification<T>
public class DataTreeModificationImpl<T extends org.opendaylight.yangtools.binding.DataObject>
extends Object
implements org.opendaylight.mdsal.binding.api.DataTreeModification<T>
-
Constructor Summary
ConstructorDescriptionDataTreeModificationImpl
(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<T> nodeId, T newNode, T oldNode) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.opendaylight.mdsal.binding.api.DataTreeModification
getRootPath
-
Constructor Details
-
DataTreeModificationImpl
-
-
Method Details
-
datastore
public org.opendaylight.mdsal.common.api.LogicalDatastoreType datastore()- Specified by:
datastore
in interfaceorg.opendaylight.mdsal.binding.api.DataTreeModification<T extends org.opendaylight.yangtools.binding.DataObject>
-
path
- Specified by:
path
in interfaceorg.opendaylight.mdsal.binding.api.DataTreeModification<T extends org.opendaylight.yangtools.binding.DataObject>
-
getRootNode
- Specified by:
getRootNode
in interfaceorg.opendaylight.mdsal.binding.api.DataTreeModification<T extends org.opendaylight.yangtools.binding.DataObject>
-