Interface BatchFlowOutputListGrouping
- 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:
AddFlowsBatchOutput,RemoveFlowsBatchOutput,UpdateFlowsBatchOutput
@Generated("mdsal-binding-generator")
public interface BatchFlowOutputListGrouping
extends org.opendaylight.yangtools.yang.binding.DataObject
Openflow flow list suitable for batch rpc output.
This class represents the following YANG schema fragment defined in module sal-flows-batch
grouping batch-flow-output-list-grouping {
list batch-failed-flows-output {
key batch-order;
uses batch:batch-order-grouping;
uses batch-flow-id-grouping;
}
}
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final @NonNull org.opendaylight.yangtools.yang.common.QNameYANG identifier of the statement represented by this class. -
Method Summary
Modifier and TypeMethodDescription@Nullable Map<BatchFailedFlowsOutputKey,BatchFailedFlowsOutput> Return batchFailedFlowsOutput, ornullif it is not present.Class<? extends BatchFlowOutputListGrouping>default @NonNull Map<BatchFailedFlowsOutputKey,BatchFailedFlowsOutput> Return batchFailedFlowsOutput, 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 BatchFlowOutputListGrouping> implementedInterface()- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
getBatchFailedFlowsOutput
@Nullable Map<BatchFailedFlowsOutputKey,BatchFailedFlowsOutput> getBatchFailedFlowsOutput()Return batchFailedFlowsOutput, ornullif it is not present.- Returns:
Map<BatchFailedFlowsOutputKey, BatchFailedFlowsOutput>batchFailedFlowsOutput, ornullif it is not present.
-
nonnullBatchFailedFlowsOutput
default @NonNull Map<BatchFailedFlowsOutputKey,BatchFailedFlowsOutput> nonnullBatchFailedFlowsOutput()Return batchFailedFlowsOutput, or an empty list if it is not present.- Returns:
Map<BatchFailedFlowsOutputKey, BatchFailedFlowsOutput>batchFailedFlowsOutput, or an empty list if it is not present.
-