Interface NodeAttributes

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<NodeAttributes>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<LinkstatePathAttribute>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, NodeState

    public interface NodeAttributes
    extends org.opendaylight.yangtools.yang.binding.ChildOf<LinkstatePathAttribute>, org.opendaylight.yangtools.yang.binding.Augmentable<NodeAttributes>, NodeState

    This class represents the following YANG schema fragment defined in module bgp-linkstate

     container node-attributes {
       uses node-state;
     }
     
    The schema path to identify an instance is bgp-linkstate/linkstate-path-attribute/link-state-attribute/node-attributes-case/node-attributes

    To create instances of this class use NodeAttributesBuilder.

    See Also:
    NodeAttributesBuilder
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • implementedInterface

        default Class<NodeAttributes> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
        Specified by:
        implementedInterface in interface NodeState