Package org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329
Interface BgpAddPathTableType
- 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 TypeMethodDescriptionReturn sendReceive, ornull
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, ornull
if it is not present.- Returns:
SendReceive
sendReceive, ornull
if it is not present.
-
requireSendReceive
Return sendReceive, guaranteed to be non-null.- Returns:
SendReceive
sendReceive, guaranteed to be non-null.- Throws:
NoSuchElementException
- if sendReceive is not present
-