Interface UpdatedBatchedGroup

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

    public interface UpdatedBatchedGroup
    extends org.opendaylight.yangtools.yang.binding.ChildOf<BatchGroupInputUpdateGrouping>, org.opendaylight.yangtools.yang.binding.Augmentable<UpdatedBatchedGroup>, Group

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

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

    To create instances of this class use UpdatedBatchedGroupBuilder.

    See Also:
    UpdatedBatchedGroupBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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