Interface FlowTableStatistics

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<FlowTableStatistics>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<FlowTableStatistics>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, GenericTableStatistics

    public interface FlowTableStatistics
    extends org.opendaylight.yangtools.yang.binding.ChildOf<FlowTableStatistics>, org.opendaylight.yangtools.yang.binding.Augmentable<FlowTableStatistics>, GenericTableStatistics

    This class represents the following YANG schema fragment defined in module opendaylight-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/flow-table-statistics

    To create instances of this class use FlowTableStatisticsBuilder.

    See Also:
    FlowTableStatisticsBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<FlowTableStatistics> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
        Specified by:
        implementedInterface in interface GenericTableStatistics