Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.groups.service.rev160315.batch.group.output.list.grouping.BatchFailedGroupsOutput
Package
Description
-
Uses of BatchFailedGroupsOutput in org.opendaylight.openflowplugin.impl.util
Modifier 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
Modifier 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
Modifier 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.Modifier 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
Modifier 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.Modifier and TypeMethodDescription@NonNull BatchFailedGroupsOutput
BatchFailedGroupsOutputBuilder.build()
A newBatchFailedGroupsOutput
instance.Modifier and TypeMethodDescriptiondefault Class<BatchFailedGroupsOutput>
BatchFailedGroupsOutput.implementedInterface()
Modifier 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.Modifier 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.ModifierConstructorDescriptionConstruct a builder initialized with state from specifiedBatchFailedGroupsOutput
.