Package org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329
Interface BgpAddPathTableType
- 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 Summary
Modifier and TypeFieldDescriptionstatic final @NonNull org.opendaylight.yangtools.yang.common.QName
YANG identifier of the statement represented by this class. -
Method Summary
Modifier and TypeMethodDescriptionReturn sendReceive, ornull
if it is not present.Class<? extends BgpAddPathTableType>
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
-
Field Details
-
QNAME
static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAMEYANG identifier of the statement represented by this class.
-
-
Method Details
-
implementedInterface
Class<? extends BgpAddPathTableType> implementedInterface()- Specified by:
implementedInterface
in interfaceBgpTableType
- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
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
-