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

    @Generated("mdsal-binding-generator")
    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;
       }
     }
     
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
        YANG identifier of the statement represented by this class.
    • 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

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