Interface FlowTableStatistics

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    FlowTableStatisticsData

    public interface FlowTableStatistics
    extends org.opendaylight.yangtools.yang.binding.DataObject
    TODO:: simplify.

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

     grouping flow-table-statistics {
       container flow-table-statistics {
         uses stat-types:generic-table-statistics;
       }
     }
     
    The schema path to identify an instance is opendaylight-flow-table-statistics/flow-table-statistics
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable FlowTableStatistics getFlowTableStatistics()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.flow.table.statistics.rev131215.flow.table.statistics.FlowTableStatistics flowTableStatistics, or null if not present