Interface BatchUpdateGroups

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<BatchUpdateGroups>, BatchGroupInputUpdateGrouping, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<UpdateGroupsBatchInput>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    public interface BatchUpdateGroups
    extends org.opendaylight.yangtools.yang.binding.ChildOf<UpdateGroupsBatchInput>, org.opendaylight.yangtools.yang.binding.Augmentable<BatchUpdateGroups>, BatchGroupInputUpdateGrouping

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

     list batch-update-groups {
       uses batch-group-input-update-grouping;
     }
     
    The schema path to identify an instance is sal-groups-batch/update-groups-batch/input/batch-update-groups

    To create instances of this class use BatchUpdateGroupsBuilder.

    See Also:
    BatchUpdateGroupsBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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