Interface BatchRemoveGroups

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<BatchRemoveGroups>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<RemoveGroupsBatchInput>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, Group, org.opendaylight.yangtools.yang.binding.Identifiable<BatchRemoveGroupsKey>

    public interface BatchRemoveGroups
    extends org.opendaylight.yangtools.yang.binding.ChildOf<RemoveGroupsBatchInput>, org.opendaylight.yangtools.yang.binding.Augmentable<BatchRemoveGroups>, Group, org.opendaylight.yangtools.yang.binding.Identifiable<BatchRemoveGroupsKey>

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

     list batch-remove-groups {
       key group-id;
       uses group-type:group;
     }
     
    The schema path to identify an instance is sal-groups-batch/remove-groups-batch/input/batch-remove-groups

    To create instances of this class use BatchRemoveGroupsBuilder.

    See Also:
    BatchRemoveGroupsBuilder, BatchRemoveGroupsKey
    • Field Detail

      • QNAME

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

      • implementedInterface

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