Interface UpdateGroupsBatchInput
-
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.Augmentable<UpdateGroupsBatchInput>
,BarrierSuffix
,org.opendaylight.yangtools.yang.binding.BindingObject
,org.opendaylight.yangtools.yang.binding.DataContainer
,org.opendaylight.yangtools.yang.binding.DataObject
,org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeContextRef
,org.opendaylight.yangtools.yang.binding.RpcInput
public interface UpdateGroupsBatchInput extends org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeContextRef, BarrierSuffix, org.opendaylight.yangtools.yang.binding.RpcInput, org.opendaylight.yangtools.yang.binding.Augmentable<UpdateGroupsBatchInput>
This class represents the following YANG schema fragment defined in module sal-groups-batch
input input { uses inv:node-context-ref; list batch-update-groups { uses batch-group-input-update-grouping; } uses bc:barrier-suffix; }
The schema path to identify an instance is sal-groups-batch/update-groups-batch/inputTo create instances of this class use
UpdateGroupsBatchInputBuilder
.- See Also:
UpdateGroupsBatchInputBuilder
-
-
Field Summary
Fields Modifier and Type Field Description static @NonNull org.opendaylight.yangtools.yang.common.QName
QNAME
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description @Nullable List<BatchUpdateGroups>
getBatchUpdateGroups()
default Class<UpdateGroupsBatchInput>
implementedInterface()
default @NonNull List<BatchUpdateGroups>
nonnullBatchUpdateGroups()
-
Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.service.barrier.common.rev160315.BarrierSuffix
isBarrierAfter
-
-
-
-
Method Detail
-
implementedInterface
default Class<UpdateGroupsBatchInput> implementedInterface()
- Specified by:
implementedInterface
in interfaceBarrierSuffix
- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.DataContainer
- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.DataObject
- Specified by:
implementedInterface
in interfaceorg.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeContextRef
- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.RpcInput
-
getBatchUpdateGroups
@Nullable List<BatchUpdateGroups> getBatchUpdateGroups()
- Returns:
java.util.List
batchUpdateGroups
, ornull
if not present
-
nonnullBatchUpdateGroups
default @NonNull List<BatchUpdateGroups> nonnullBatchUpdateGroups()
- Returns:
java.util.List
batchUpdateGroups
, or an empty list if it is not present
-
-