public class DataTreeModificationImpl<T extends org.opendaylight.yangtools.yang.binding.DataObject> extends Object implements org.opendaylight.controller.md.sal.binding.api.DataTreeModification
| Constructor and Description |
|---|
DataTreeModificationImpl(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<T> nodeId,
T newNode,
T oldNode) |
| Modifier and Type | Method and Description |
|---|---|
org.opendaylight.controller.md.sal.binding.api.DataObjectModification<T> |
getRootNode() |
org.opendaylight.controller.md.sal.binding.api.DataTreeIdentifier<T> |
getRootPath() |
public org.opendaylight.controller.md.sal.binding.api.DataTreeIdentifier<T> getRootPath()
getRootPath in interface org.opendaylight.controller.md.sal.binding.api.DataTreeModificationpublic org.opendaylight.controller.md.sal.binding.api.DataObjectModification<T> getRootNode()
getRootNode in interface org.opendaylight.controller.md.sal.binding.api.DataTreeModificationCopyright © 2018 OpenDaylight. All rights reserved.