public interface RemoveFlowsBatchInput extends BarrierSuffix, org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeContextRef, org.opendaylight.yangtools.yang.binding.RpcInput, org.opendaylight.yangtools.yang.binding.Augmentable<RemoveFlowsBatchInput>
This class represents the following YANG schema fragment defined in module sal-flows-batch
input {
uses inv:node-context-ref;
list batch-remove-flows {
key flow-id;
uses batch-flow-input-grouping;
}
uses bc:barrier-suffix;
}
The schema path to identify an instance is
sal-flows-batch/remove-flows-batch/input
To create instances of this class use RemoveFlowsBatchInputBuilder.
RemoveFlowsBatchInputBuilder| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable List<BatchRemoveFlows> |
getBatchRemoveFlows() |
default @NonNull List<BatchRemoveFlows> |
nonnullBatchRemoveFlows() |
isBarrierAftergetNode@Nullable List<BatchRemoveFlows> getBatchRemoveFlows()
java.util.List batchRemoveFlows, or null if not presentdefault @NonNull List<BatchRemoveFlows> nonnullBatchRemoveFlows()
java.util.List batchRemoveFlows, or an empty list if it is not presentCopyright © 2019 OpenDaylight. All rights reserved.