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
@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
FieldsModifier and TypeFieldDescriptionstatic final @NonNull org.opendaylight.yangtools.yang.common.QNameYANG identifier of the statement represented by this class. -
Method Summary
Modifier and TypeMethodDescriptionReturn sendReceive, ornullif it is not present.Class<? extends BgpAddPathTableType>default @NonNull SendReceiveReturn 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:
implementedInterfacein interfaceBgpTableType- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
getSendReceive
SendReceive getSendReceive()Return sendReceive, ornullif it is not present.- Returns:
SendReceivesendReceive, ornullif it is not present.
-
requireSendReceive
Return sendReceive, guaranteed to be non-null.- Returns:
SendReceivesendReceive, guaranteed to be non-null.- Throws:
NoSuchElementException- if sendReceive is not present
-