Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.groups.service.rev160315.batch.group.output.list.grouping.BatchFailedGroupsOutput
Packages that use BatchFailedGroupsOutput
Package
Description
-
Uses of BatchFailedGroupsOutput in org.opendaylight.openflowplugin.impl.util
Fields in org.opendaylight.openflowplugin.impl.util with type parameters of type BatchFailedGroupsOutputModifier and TypeFieldDescriptionstatic final com.google.common.base.Function<org.opendaylight.yangtools.yang.common.RpcResult<List<BatchFailedGroupsOutput>>,
org.opendaylight.yangtools.yang.common.RpcResult<AddGroupsBatchOutput>> GroupUtil.GROUP_ADD_TRANSFORM
static final com.google.common.base.Function<org.opendaylight.yangtools.yang.common.RpcResult<List<BatchFailedGroupsOutput>>,
org.opendaylight.yangtools.yang.common.RpcResult<RemoveGroupsBatchOutput>> GroupUtil.GROUP_REMOVE_TRANSFORM
static final com.google.common.base.Function<org.opendaylight.yangtools.yang.common.RpcResult<List<BatchFailedGroupsOutput>>,
org.opendaylight.yangtools.yang.common.RpcResult<UpdateGroupsBatchOutput>> GroupUtil.GROUP_UPDATE_TRANSFORM
Methods in org.opendaylight.openflowplugin.impl.util that return types with arguments of type BatchFailedGroupsOutputModifier and TypeMethodDescriptionstatic <O> com.google.common.base.Function<List<org.opendaylight.yangtools.yang.common.RpcResult<O>>,
org.opendaylight.yangtools.yang.common.RpcResult<List<BatchFailedGroupsOutput>>> GroupUtil.createCumulatingFunction
(Iterable<? extends Group> inputBatchGroups) static <O> com.google.common.base.Function<List<org.opendaylight.yangtools.yang.common.RpcResult<O>>,
org.opendaylight.yangtools.yang.common.RpcResult<List<BatchFailedGroupsOutput>>> GroupUtil.createCumulatingFunction
(Iterable<? extends Group> inputBatchGroups, int sizeOfInputBatch) -
Uses of BatchFailedGroupsOutput in org.opendaylight.yang.gen.v1.urn.opendaylight.groups.service.rev160315
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.groups.service.rev160315 that return types with arguments of type BatchFailedGroupsOutputModifier and TypeMethodDescriptionAddGroupsBatchOutputBuilder.getBatchFailedGroupsOutput()
Return current value associated with the property corresponding toBatchGroupOutputListGrouping.getBatchFailedGroupsOutput()
.@Nullable Map<BatchFailedGroupsOutputKey,
BatchFailedGroupsOutput> BatchGroupOutputListGrouping.getBatchFailedGroupsOutput()
Return batchFailedGroupsOutput, ornull
if it is not present.RemoveGroupsBatchOutputBuilder.getBatchFailedGroupsOutput()
Return current value associated with the property corresponding toBatchGroupOutputListGrouping.getBatchFailedGroupsOutput()
.UpdateGroupsBatchOutputBuilder.getBatchFailedGroupsOutput()
Return current value associated with the property corresponding toBatchGroupOutputListGrouping.getBatchFailedGroupsOutput()
.default @NonNull Map<BatchFailedGroupsOutputKey,
BatchFailedGroupsOutput> BatchGroupOutputListGrouping.nonnullBatchFailedGroupsOutput()
Return batchFailedGroupsOutput, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.groups.service.rev160315 with type arguments of type BatchFailedGroupsOutputModifier and TypeMethodDescriptionAddGroupsBatchOutputBuilder.setBatchFailedGroupsOutput
(Map<BatchFailedGroupsOutputKey, BatchFailedGroupsOutput> values) Set the property corresponding toBatchGroupOutputListGrouping.getBatchFailedGroupsOutput()
to the specified value.RemoveGroupsBatchOutputBuilder.setBatchFailedGroupsOutput
(Map<BatchFailedGroupsOutputKey, BatchFailedGroupsOutput> values) Set the property corresponding toBatchGroupOutputListGrouping.getBatchFailedGroupsOutput()
to the specified value.UpdateGroupsBatchOutputBuilder.setBatchFailedGroupsOutput
(Map<BatchFailedGroupsOutputKey, BatchFailedGroupsOutput> values) Set the property corresponding toBatchGroupOutputListGrouping.getBatchFailedGroupsOutput()
to the specified value. -
Uses of BatchFailedGroupsOutput in org.opendaylight.yang.gen.v1.urn.opendaylight.groups.service.rev160315.batch.group.output.list.grouping
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.groups.service.rev160315.batch.group.output.list.grouping with type parameters of type BatchFailedGroupsOutputModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<BatchFailedGroupsOutput>>
E$$BatchFailedGroupsOutputBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.groups.service.rev160315.batch.group.output.list.grouping that return BatchFailedGroupsOutputModifier and TypeMethodDescription@NonNull BatchFailedGroupsOutput
BatchFailedGroupsOutputBuilder.build()
A newBatchFailedGroupsOutput
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.groups.service.rev160315.batch.group.output.list.grouping that return types with arguments of type BatchFailedGroupsOutputModifier and TypeMethodDescriptiondefault Class<BatchFailedGroupsOutput>
BatchFailedGroupsOutput.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.groups.service.rev160315.batch.group.output.list.grouping with parameters of type BatchFailedGroupsOutputModifier and TypeMethodDescriptionstatic boolean
BatchFailedGroupsOutput.bindingEquals
(@NonNull BatchFailedGroupsOutput thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
BatchFailedGroupsOutput.bindingHashCode
(@NonNull BatchFailedGroupsOutput obj) Default implementation ofObject.hashCode()
contract for this interface.static String
BatchFailedGroupsOutput.bindingToString
(@NonNull BatchFailedGroupsOutput obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.groups.service.rev160315.batch.group.output.list.grouping with type arguments of type BatchFailedGroupsOutputModifier and TypeMethodDescriptionBatchFailedGroupsOutputBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<BatchFailedGroupsOutput> augmentation) Add an augmentation to this builder's product.BatchFailedGroupsOutputBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<BatchFailedGroupsOutput>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.groups.service.rev160315.batch.group.output.list.grouping with parameters of type BatchFailedGroupsOutputModifierConstructorDescriptionConstruct a builder initialized with state from specifiedBatchFailedGroupsOutput
.