Interface OpenMsg
- All Superinterfaces:
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
,OpenMessage
- All Known Subinterfaces:
ReceivedOpen
,SentOpen
@Generated("mdsal-binding-generator")
public interface OpenMsg
extends org.opendaylight.yangtools.yang.binding.DataObject, OpenMessage
This class represents the following YANG schema fragment defined in module bmp-message
grouping open-msg { uses bgp-msg:open-message { augment bgp-parameters/optional-capabilities/c-parameters { uses bgp-mp:mp-capabilities; } } }
-
Field Summary
Modifier and TypeFieldDescriptionstatic final @NonNull org.opendaylight.yangtools.yang.common.QName
YANG identifier of the statement represented by this class. -
Method Summary
Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.OpenMessage
getBgpIdentifier, getBgpParameters, getHoldTimer, getMyAsNumber, getVersion, nonnullBgpParameters, requireBgpIdentifier, requireHoldTimer, requireMyAsNumber, requireVersion
-
Field Details
-
QNAME
static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAMEYANG identifier of the statement represented by this class.
-
-
Method Details
-
implementedInterface
- 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
- Specified by:
implementedInterface
in interfaceOpenMessage
-