Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.flat.batch.service.rev160321.flat.batch.group.crud._case.aug.flat.batch.add.group._case.FlatBatchAddGroupBuilder
Packages that use FlatBatchAddGroupBuilder
Package
Description
-
Uses of FlatBatchAddGroupBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.flat.batch.service.rev160321.flat.batch.group.crud._case.aug.flat.batch.add.group._case
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.flat.batch.service.rev160321.flat.batch.group.crud._case.aug.flat.batch.add.group._case that return FlatBatchAddGroupBuilderModifier and TypeMethodDescriptionFlatBatchAddGroupBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<FlatBatchAddGroup> augmentation) Add an augmentation to this builder's product.FlatBatchAddGroupBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<FlatBatchAddGroup>> augmentationType) Remove an augmentation from this builder's product.FlatBatchAddGroupBuilder.setBarrier
(Boolean value) Set the property corresponding toGroup.getBarrier()
to the specified value.FlatBatchAddGroupBuilder.setBatchOrder
(org.opendaylight.yangtools.yang.common.Uint16 value) Set the property corresponding toBatchOrderGrouping.getBatchOrder()
to the specified value.FlatBatchAddGroupBuilder.setBuckets
(Buckets value) Set the property corresponding toGroup.getBuckets()
to the specified value.FlatBatchAddGroupBuilder.setContainerName
(String value) Set the property corresponding toGroup.getContainerName()
to the specified value.FlatBatchAddGroupBuilder.setGroupId
(GroupId value) Set the property corresponding toGroup.getGroupId()
to the specified value.FlatBatchAddGroupBuilder.setGroupName
(String value) Set the property corresponding toGroup.getGroupName()
to the specified value.FlatBatchAddGroupBuilder.setGroupType
(GroupTypes value) Set the property corresponding toGroup.getGroupType()
to the specified value.FlatBatchAddGroupBuilder.withKey
(FlatBatchAddGroupKey key) Set the key value corresponding toFlatBatchAddGroup.key()
to the specified value.