Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.groups.service.rev160315.batch.group.output.list.grouping.BatchFailedGroupsOutputKey
Packages that use BatchFailedGroupsOutputKey
Package
Description
-
Uses of BatchFailedGroupsOutputKey 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 BatchFailedGroupsOutputKeyModifier 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 BatchFailedGroupsOutputKeyModifier 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 BatchFailedGroupsOutputKey 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 that return BatchFailedGroupsOutputKeyModifier and TypeMethodDescriptionBatchFailedGroupsOutput.key()
BatchFailedGroupsOutputBuilder.key()
Return current value associated with the property corresponding toBatchFailedGroupsOutput.key()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.groups.service.rev160315.batch.group.output.list.grouping with parameters of type BatchFailedGroupsOutputKeyModifier and TypeMethodDescriptionBatchFailedGroupsOutputBuilder.withKey
(BatchFailedGroupsOutputKey key) Set the key value corresponding toBatchFailedGroupsOutput.key()
to the specified value.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.groups.service.rev160315.batch.group.output.list.grouping with parameters of type BatchFailedGroupsOutputKeyModifierConstructorDescriptionCreates a copy from Source Object.