All Superinterfaces:
BgpTableType, org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
All Known Subinterfaces:
AddressFamilies, SupportedTables

@Generated("mdsal-binding-generator") public interface BgpAddPathTableType extends org.opendaylight.yangtools.yang.binding.DataObject, 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;
   }
 }
 
  • Field Details

    • QNAME

      static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
      YANG identifier of the statement represented by this class.
  • Method Details

    • implementedInterface

      Class<? extends BgpAddPathTableType> implementedInterface()
      Specified by:
      implementedInterface in interface BgpTableType
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
    • 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