Interface FlowTableAndStatisticsMap

  • All Superinterfaces:
    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;
       }
     }
     
    The schema path to identify an instance is opendaylight-flow-table-statistics/flow-table-and-statistics-map
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • implementedInterface

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

        default @NonNull Map<FlowTableAndStatisticsMapKey,​FlowTableAndStatisticsMap> nonnullFlowTableAndStatisticsMap()
        Return flowTableAndStatisticsMap, or an empty list if it is not present.
        Returns:
        java.util.Map flowTableAndStatisticsMap, or an empty list if it is not present.