All Superinterfaces:
BgpTableType, 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:
AddressFamilies, SupportedTables

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

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

 grouping bgp-add-path-table-type {
   uses bgp-table-type;
   leaf send-receive {
     type send-receive;
   }
 }
 
  • Method Summary

    Modifier and Type
    Method
    Description
    Return sendReceive, or null if it is not present.
    default @NonNull SendReceive
    Return sendReceive, guaranteed to be non-null.

    Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.BgpTableType

    getAfi, getSafi, requireAfi, requireSafi

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

    implementedInterface
  • Method Details

    • getSendReceive

      SendReceive getSendReceive()
      Return sendReceive, or null if it is not present.
      Returns:
      SendReceive sendReceive, or null if it is not present.
    • requireSendReceive

      default @NonNull SendReceive requireSendReceive()
      Return sendReceive, guaranteed to be non-null.
      Returns:
      SendReceive sendReceive, guaranteed to be non-null.
      Throws:
      NoSuchElementException - if sendReceive is not present