Interface BulkFlowListGrouping
- 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:
AddFlowsRpcInput
,RemoveFlowsRpcInput
@Generated("mdsal-binding-generator")
public interface BulkFlowListGrouping
extends org.opendaylight.yangtools.yang.binding.DataObject
Suitable for rpc way
This class represents the following YANG schema fragment defined in module sal-bulk-flow
grouping bulk-flow-list-grouping { list bulk-flow-item { uses bulk-flow-base-content-grouping; } }
-
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 List<BulkFlowItem>
Return bulkFlowItem, ornull
if it is not present.Class<? extends BulkFlowListGrouping>
default @NonNull List<BulkFlowItem>
Return bulkFlowItem, 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 BulkFlowListGrouping> 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
-
getBulkFlowItem
@Nullable List<BulkFlowItem> getBulkFlowItem()Return bulkFlowItem, ornull
if it is not present.- Returns:
List<BulkFlowItem>
bulkFlowItem, ornull
if it is not present.
-
nonnullBulkFlowItem
Return bulkFlowItem, or an empty list if it is not present.- Returns:
List<BulkFlowItem>
bulkFlowItem, or an empty list if it is not present.
-