Interface DestinationLinkstateCase

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<DestinationLinkstateCase>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChoiceIn<Destination>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, DestinationType

    public interface DestinationLinkstateCase
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<DestinationLinkstateCase>, DestinationType

    This class represents the following YANG schema fragment defined in module bgp-linkstate

     case destination-linkstate-case {
       container destination-linkstate {
         uses linkstate-destination;
       }
     }
     
    The schema path to identify an instance is bgp-linkstate/update/attributes/(urn:opendaylight:params:xml:ns:yang:bgp-multiprotocol?revision=2018-03-29)mp-reach-nlri/advertized-routes/destination-type/(urn:opendaylight:params:xml:ns:yang:bgp-linkstate?revision=2020-01-20)destination-linkstate-case
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • implementedInterface

        default Class<DestinationLinkstateCase> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getDestinationLinkstate

        @Nullable DestinationLinkstate getDestinationLinkstate()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.update.attributes.mp.reach.nlri.advertized.routes.destination.type.destination.linkstate._case.DestinationLinkstate destinationLinkstate, or null if not present