Interface BatchFlowIdGrouping
- All Superinterfaces:
org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>,org.opendaylight.yangtools.binding.BindingObject,org.opendaylight.yangtools.binding.DataContainer,org.opendaylight.yangtools.binding.Grouping
- All Known Subinterfaces:
BatchAddFlows,BatchFailedFlowsOutput,BatchFlowInputGrouping,BatchFlowInputUpdateGrouping,BatchRemoveFlows,BatchUpdateFlows,FlatBatchAddFlow,FlatBatchRemoveFlow,FlatBatchUpdateFlow
@Generated("mdsal-binding-generator")
public interface BatchFlowIdGrouping
extends org.opendaylight.yangtools.binding.Grouping
General flow-id leaf.
This class represents the following YANG schema fragment defined in module sal-flows-batch
grouping batch-flow-id-grouping {
leaf flow-id {
type flow-inv:flow-id;
}
}
-
Method Summary
Modifier and TypeMethodDescriptionReturn flowId, ornullif it is not present.default @NonNull FlowIdReturn flowId, guaranteed to be non-null.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getFlowId
FlowId getFlowId()Return flowId, ornullif it is not present.- Returns:
FlowIdflowId, ornullif it is not present.
-
requireFlowId
Return flowId, guaranteed to be non-null.- Returns:
FlowIdflowId, guaranteed to be non-null.- Throws:
NoSuchElementException- if flowId is not present
-