All Superinterfaces:
org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>, org.opendaylight.yangtools.binding.BindingObject, org.opendaylight.yangtools.binding.DataContainer, org.opendaylight.yangtools.binding.Grouping
All Known Subinterfaces:
FlowStatisticsData

@Generated("mdsal-binding-generator") public interface FlowStatistics extends org.opendaylight.yangtools.binding.Grouping

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

 grouping flow-statistics {
   container flow-statistics {
     uses stat-types:generic-statistics;
   }
 }
 
  • Method Summary

    Modifier and Type
    Method
    Description
    Return flowStatistics, or null if it is not present.
    Return flowStatistics, or an empty instance if it is not present.

    Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract

    implementedInterface
  • Method Details

    • getFlowStatistics

      FlowStatistics getFlowStatistics()
      Return flowStatistics, or null if it is not present.
      Returns:
      org.opendaylight.yang.gen.v1.urn.opendaylight.flow.statistics.rev130819.flow.statistics.FlowStatistics flowStatistics, or null if it is not present.
    • nonnullFlowStatistics

      @NonNull FlowStatistics nonnullFlowStatistics()
      Return flowStatistics, or an empty instance if it is not present.
      Returns:
      org.opendaylight.yang.gen.v1.urn.opendaylight.flow.statistics.rev130819.flow.statistics.FlowStatistics flowStatistics, or an empty instance if it is not present.