Interface UpdatedGroup

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<UpdatedGroup>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<GroupUpdate>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, Group

    public interface UpdatedGroup
    extends org.opendaylight.yangtools.yang.binding.ChildOf<GroupUpdate>, org.opendaylight.yangtools.yang.binding.Augmentable<UpdatedGroup>, Group

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

     container updated-group {
       uses group-type:group;
     }
     
    The schema path to identify an instance is sal-group/group-update/updated-group

    To create instances of this class use UpdatedGroupBuilder.

    See Also:
    UpdatedGroupBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<UpdatedGroup> 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