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:
FlowTableStatisticsUpdate, GetFlowTablesStatisticsOutput, MultipartReplyFlowTableStats

@Generated("mdsal-binding-generator") public interface FlowTableAndStatisticsMap extends org.opendaylight.yangtools.yang.binding.DataObject
List of flow table and statistic map.

This class represents the following YANG schema fragment defined in module opendaylight-flow-table-statistics

 grouping flow-table-and-statistics-map {
   list flow-table-and-statistics-map {
     key table-id;
     leaf table-id {
       type table-types:table-id;
     }
     uses stat-types:generic-table-statistics;
   }
 }
 
  • 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 FlowTableAndStatisticsMap> 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
    • getFlowTableAndStatisticsMap

      @Nullable Map<FlowTableAndStatisticsMapKey,FlowTableAndStatisticsMap> getFlowTableAndStatisticsMap()
      Return flowTableAndStatisticsMap, or null if it is not present.
      Returns:
      Map<FlowTableAndStatisticsMapKey, org.opendaylight.yang.gen.v1.urn.opendaylight.flow.table.statistics.rev131215.flow.table.and.statistics.map.FlowTableAndStatisticsMap> flowTableAndStatisticsMap, or null if it is not present.
    • nonnullFlowTableAndStatisticsMap

      default @NonNull Map<FlowTableAndStatisticsMapKey,FlowTableAndStatisticsMap> nonnullFlowTableAndStatisticsMap()
      Return flowTableAndStatisticsMap, or an empty list if it is not present.
      Returns:
      Map<FlowTableAndStatisticsMapKey, org.opendaylight.yang.gen.v1.urn.opendaylight.flow.table.statistics.rev131215.flow.table.and.statistics.map.FlowTableAndStatisticsMap> flowTableAndStatisticsMap, or an empty list if it is not present.