Interface BatchGroupOutputListGrouping
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
,org.opendaylight.yangtools.yang.binding.BindingObject
,org.opendaylight.yangtools.yang.binding.DataContainer
,org.opendaylight.yangtools.yang.binding.DataObject
- All Known Subinterfaces:
AddGroupsBatchOutput
,RemoveGroupsBatchOutput
,UpdateGroupsBatchOutput
@Generated("mdsal-binding-generator")
public interface BatchGroupOutputListGrouping
extends org.opendaylight.yangtools.yang.binding.DataObject
Openflow group list suitable for batch rpc output.
This class represents the following YANG schema fragment defined in module sal-groups-batch
grouping batch-group-output-list-grouping { list batch-failed-groups-output { key batch-order; uses batch:batch-order-grouping; leaf group-id { type group-type:group-id; } } }
-
Field Summary
Modifier and TypeFieldDescriptionstatic final @NonNull org.opendaylight.yangtools.yang.common.QName
YANG identifier of the statement represented by this class. -
Method Summary
Modifier and TypeMethodDescription@Nullable Map<BatchFailedGroupsOutputKey,
BatchFailedGroupsOutput> Return batchFailedGroupsOutput, ornull
if it is not present.Class<? extends BatchGroupOutputListGrouping>
default @NonNull Map<BatchFailedGroupsOutputKey,
BatchFailedGroupsOutput> Return batchFailedGroupsOutput, or an empty list if it is not present.
-
Field Details
-
QNAME
static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAMEYANG identifier of the statement represented by this class.
-
-
Method Details
-
implementedInterface
Class<? extends BatchGroupOutputListGrouping> implementedInterface()- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
getBatchFailedGroupsOutput
@Nullable Map<BatchFailedGroupsOutputKey,BatchFailedGroupsOutput> getBatchFailedGroupsOutput()Return batchFailedGroupsOutput, ornull
if it is not present.- Returns:
Map<BatchFailedGroupsOutputKey, BatchFailedGroupsOutput>
batchFailedGroupsOutput, ornull
if it is not present.
-
nonnullBatchFailedGroupsOutput
default @NonNull Map<BatchFailedGroupsOutputKey,BatchFailedGroupsOutput> nonnullBatchFailedGroupsOutput()Return batchFailedGroupsOutput, or an empty list if it is not present.- Returns:
Map<BatchFailedGroupsOutputKey, BatchFailedGroupsOutput>
batchFailedGroupsOutput, or an empty list if it is not present.
-