Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.groups.service.rev160315.AddGroupsBatchInput
Package
Description
-
Uses of AddGroupsBatchInput in org.opendaylight.openflowplugin.impl.services.batch
Modifier and TypeMethodDescriptionstatic AddGroupsBatchInput
FlatBatchGroupAdapters.adaptFlatBatchAddGroup
(BatchPlanStep planStep, NodeRef node) Adapt flat batch add group. -
Uses of AddGroupsBatchInput in org.opendaylight.openflowplugin.impl.services.sal
Modifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<AddGroupsBatchOutput>>
SalGroupsBatchServiceImpl.addGroupsBatch
(AddGroupsBatchInput input) -
Uses of AddGroupsBatchInput in org.opendaylight.yang.gen.v1.urn.opendaylight.groups.service.rev160315
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<AddGroupsBatchInput>>
E$$AddGroupsBatchInputBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull AddGroupsBatchInput
AddGroupsBatchInputBuilder.build()
A newAddGroupsBatchInput
instance.Modifier and TypeMethodDescriptiondefault Class<AddGroupsBatchInput>
AddGroupsBatchInput.implementedInterface()
Modifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<AddGroupsBatchOutput>>
SalGroupsBatchService.addGroupsBatch
(AddGroupsBatchInput input) Invokeadd-groups-batch
RPC.static boolean
AddGroupsBatchInput.bindingEquals
(@NonNull AddGroupsBatchInput thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
AddGroupsBatchInput.bindingHashCode
(@NonNull AddGroupsBatchInput obj) Default implementation ofObject.hashCode()
contract for this interface.static String
AddGroupsBatchInput.bindingToString
(@NonNull AddGroupsBatchInput obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionAddGroupsBatchInputBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<AddGroupsBatchInput> augmentation) Add an augmentation to this builder's product.AddGroupsBatchInputBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<AddGroupsBatchInput>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionConstruct a builder initialized with state from specifiedAddGroupsBatchInput
.