Interface BaseNodeErrorNotification

  • All Superinterfaces:
    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 Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
        Deprecated.
        YANG identifier of the statement represented by this class.
    • Method Detail

      • implementedInterface

        Class<? extends BaseNodeErrorNotification> implementedInterface()
        Deprecated.
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getNode

        @RoutingContext(NodeContext.class)
        NodeRef getNode()
        Deprecated.
        Return node, or null if it is not present.
        Returns:
        NodeRef node, or null if it is not present.
      • requireNode

        default @NonNull NodeRef requireNode()
        Deprecated.
        Return node, guaranteed to be non-null.
        Returns:
        NodeRef node, guaranteed to be non-null.
        Throws:
        NoSuchElementException - if node is not present