Interface FlowAndStatisticsMapList
- 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:
FlowsStatisticsUpdate
,GetAllFlowsStatisticsFromAllFlowTablesOutput
,GetAllFlowStatisticsFromFlowTableOutput
,GetFlowStatisticsFromFlowTableOutput
,GetFlowStatisticsOutput
,MultipartReplyFlowStats
@Generated("mdsal-binding-generator")
public interface FlowAndStatisticsMapList
extends org.opendaylight.yangtools.yang.binding.DataObject
List of flow and statistics map
This class represents the following YANG schema fragment defined in module opendaylight-flow-statistics
grouping flow-and-statistics-map-list { list flow-and-statistics-map-list { leaf flow-id { type flow-id; } uses flow-and-statistics-map; } }
-
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<FlowAndStatisticsMapList>
Return flowAndStatisticsMapList, ornull
if it is not present.Class<? extends FlowAndStatisticsMapList>
default @NonNull List<FlowAndStatisticsMapList>
Return flowAndStatisticsMapList, 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 FlowAndStatisticsMapList> 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
-
getFlowAndStatisticsMapList
@Nullable List<FlowAndStatisticsMapList> getFlowAndStatisticsMapList()Return flowAndStatisticsMapList, ornull
if it is not present.- Returns:
List<org.opendaylight.yang.gen.v1.urn.opendaylight.flow.statistics.rev130819.flow.and.statistics.map.list.FlowAndStatisticsMapList>
flowAndStatisticsMapList, ornull
if it is not present.
-
nonnullFlowAndStatisticsMapList
Return flowAndStatisticsMapList, or an empty list if it is not present.- Returns:
List<org.opendaylight.yang.gen.v1.urn.opendaylight.flow.statistics.rev130819.flow.and.statistics.map.list.FlowAndStatisticsMapList>
flowAndStatisticsMapList, or an empty list if it is not present.
-