public interface AddGroupsBatchInput extends BarrierSuffix, org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeContextRef, org.opendaylight.yangtools.yang.binding.RpcInput, org.opendaylight.yangtools.yang.binding.Augmentable<AddGroupsBatchInput>
This class represents the following YANG schema fragment defined in module sal-groups-batch
input {
uses inv:node-context-ref;
list batch-add-groups {
key group-id;
uses group-type:group;
}
uses bc:barrier-suffix;
}
The schema path to identify an instance is
sal-groups-batch/add-groups-batch/input
To create instances of this class use AddGroupsBatchInputBuilder.
AddGroupsBatchInputBuilder| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable List<BatchAddGroups> |
getBatchAddGroups() |
default Class<AddGroupsBatchInput> |
implementedInterface() |
default @NonNull List<BatchAddGroups> |
nonnullBatchAddGroups() |
isBarrierAfterdefault Class<AddGroupsBatchInput> implementedInterface()
implementedInterface in interface BarrierSuffiximplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObjectimplementedInterface in interface org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeContextRefimplementedInterface in interface org.opendaylight.yangtools.yang.binding.RpcInput@Nullable List<BatchAddGroups> getBatchAddGroups()
java.util.List batchAddGroups, or null if not presentdefault @NonNull List<BatchAddGroups> nonnullBatchAddGroups()
java.util.List batchAddGroups, or an empty list if it is not presentCopyright © 2020 OpenDaylight. All rights reserved.