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 Details

    • QNAME

      static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
      YANG identifier of the statement represented by this class.
  • Method Details

    • implementedInterface

      Class<? extends FlowAndStatisticsMapList> implementedInterface()
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
    • getFlowAndStatisticsMapList

      @Nullable List<FlowAndStatisticsMapList> getFlowAndStatisticsMapList()
      Return flowAndStatisticsMapList, or null 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 null if it is not present.
    • nonnullFlowAndStatisticsMapList

      default @NonNull List<FlowAndStatisticsMapList> 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.