Interface InstanceReference<T extends org.opendaylight.yangtools.yang.binding.DataObject>

All Known Subinterfaces:
BGPPeerState, BGPRibState, RIB, RibReference, TopologyReference, TopologyReferenceSingletonService
All Known Implementing Classes:
AbstractTopologyBuilder, ApplicationPeer, BGPPeer, BGPPeerStateImpl, BGPRibStateImpl, DefaultInstanceReference, DefaultRibReference, DefaultTopologyReference, Ipv4ReachabilityTopologyBuilder, Ipv6ReachabilityTopologyBuilder, LinkstateGraphBuilder, LinkstateTopologyBuilder, PCEPTunnelTopologyProvider, RibImpl, RIBImpl

public interface InstanceReference<T extends org.opendaylight.yangtools.yang.binding.DataObject>
A reference to an object identified by an InstanceIdentifier.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.opendaylight.yangtools.yang.binding.InstanceIdentifier<T>
    Returns the InstanceIdentifier of the object.
  • Method Details

    • getInstanceIdentifier

      org.opendaylight.yangtools.yang.binding.InstanceIdentifier<T> getInstanceIdentifier()
      Returns the InstanceIdentifier of the object.
      Returns:
      instance identifier