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

    Constructors
    Constructor
    Description
    DataTreeModificationImpl(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<T> nodeId, T newNode, T oldNode)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.opendaylight.mdsal.common.api.LogicalDatastoreType
     
    org.opendaylight.mdsal.binding.api.DataObjectModification<T>
     
    org.opendaylight.yangtools.binding.DataObjectIdentifier<T>
     

    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

      public DataTreeModificationImpl(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<T> nodeId, T newNode, T oldNode)
  • Method Details

    • datastore

      public org.opendaylight.mdsal.common.api.LogicalDatastoreType datastore()
      Specified by:
      datastore in interface org.opendaylight.mdsal.binding.api.DataTreeModification<T extends org.opendaylight.yangtools.binding.DataObject>
    • path

      public org.opendaylight.yangtools.binding.DataObjectIdentifier<T> path()
      Specified by:
      path in interface org.opendaylight.mdsal.binding.api.DataTreeModification<T extends org.opendaylight.yangtools.binding.DataObject>
    • getRootNode

      public org.opendaylight.mdsal.binding.api.DataObjectModification<T> getRootNode()
      Specified by:
      getRootNode in interface org.opendaylight.mdsal.binding.api.DataTreeModification<T extends org.opendaylight.yangtools.binding.DataObject>