Interface BaseNodeErrorNotification
- 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:
NodeErrorNotification
@Deprecated
@Generated("mdsal-binding-generator")
public interface BaseNodeErrorNotification
extends org.opendaylight.yangtools.yang.binding.DataObject
Deprecated.
Openflow error message general structure.
This class represents the following YANG schema fragment defined in module sal-flow
grouping base-node-error-notification { status deprecated; leaf node { ext:context-reference inv:node-context; type inv:node-ref; } }
-
Field Summary
Modifier and TypeFieldDescriptionstatic final @NonNull org.opendaylight.yangtools.yang.common.QName
Deprecated.YANG identifier of the statement represented by this class. -
Method Summary
Modifier and TypeMethodDescriptiongetNode()
Deprecated.Return node, ornull
if it is not present.Class<? extends BaseNodeErrorNotification>
Deprecated.default @NonNull NodeRef
Deprecated.Return node, guaranteed to be non-null.
-
Field Details
-
QNAME
static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAMEDeprecated.YANG identifier of the statement represented by this class.
-
-
Method Details
-
implementedInterface
Class<? extends BaseNodeErrorNotification> implementedInterface()Deprecated.- 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
-
getNode
Deprecated.Return node, ornull
if it is not present.- Returns:
NodeRef
node, ornull
if it is not present.
-
requireNode
Deprecated.Return node, guaranteed to be non-null.- Returns:
NodeRef
node, guaranteed to be non-null.- Throws:
NoSuchElementException
- if node is not present
-