All Superinterfaces:
org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>, org.opendaylight.yangtools.binding.BindingObject, org.opendaylight.yangtools.binding.DataContainer, org.opendaylight.yangtools.binding.Grouping
All Known Subinterfaces:
AdvertizedRoutes, WithdrawnRoutes

@Generated("mdsal-binding-generator") public interface Destination extends org.opendaylight.yangtools.binding.Grouping

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

 grouping destination {
   choice destination-type;
 }
 
  • Method Summary

    Modifier and Type
    Method
    Description
    Return destinationType, or null if it is not present.

    Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract

    implementedInterface
  • Method Details

    • getDestinationType

      DestinationType getDestinationType()
      Return destinationType, or null if it is not present.
      Returns:
      DestinationType destinationType, or null if it is not present.