Interface NodeGroup

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, Group, NodeContextRef
    All Known Subinterfaces:
    AddGroupInput, RemoveGroupInput

    @Generated("mdsal-binding-generator")
    public interface NodeGroup
    extends org.opendaylight.yangtools.yang.binding.DataObject, NodeContextRef, Group
    Basic group structure suitable for rpc input (contains node-context).

    This class represents the following YANG schema fragment defined in module sal-group

     grouping node-group {
       uses inv:node-context-ref;
       uses group-type:group;
     }
     
    • Field Detail

      • QNAME

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

      • implementedInterface

        Class<? extends NodeGroup> 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 Group
        Specified by:
        implementedInterface in interface NodeContextRef