Interface PeerDown
- 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
- All Known Subinterfaces:
PeerDownNotification
@Generated("mdsal-binding-generator")
public interface PeerDown
extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module bmp-message
grouping peer-down { leaf local-system-closed { type boolean; } choice data { container notification { uses bgp-msg:notify-message; } leaf fsm-event-code { type uint16; default 0; } } }
-
Field Summary
Modifier and TypeFieldDescriptionstatic final @NonNull org.opendaylight.yangtools.yang.common.QName
YANG identifier of the statement represented by this class. -
Method Summary
-
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
-
getLocalSystemClosed
Boolean getLocalSystemClosed()Return localSystemClosed, ornull
if it is not present.If set true, the local system closed the session. Otherwise the remote system closed the session.
- Returns:
Boolean
localSystemClosed, ornull
if it is not present.
-
requireLocalSystemClosed
Return localSystemClosed, guaranteed to be non-null.If set true, the local system closed the session. Otherwise the remote system closed the session.
- Returns:
Boolean
localSystemClosed, guaranteed to be non-null.- Throws:
NoSuchElementException
- if localSystemClosed is not present
-
getData
Data getData()Return data, ornull
if it is not present.- Returns:
Data
data, ornull
if it is not present.
-