Interface FlowAndStatisticsMap

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, Duration, Flow, GenericFlowAttributes, GenericStatistics
    All Known Subinterfaces:
    FlowAndStatisticsMapList

    @Generated("mdsal-binding-generator")
    public interface FlowAndStatisticsMap
    extends org.opendaylight.yangtools.yang.binding.DataObject, Flow, GenericStatistics
    Mapping between flow and its statistics

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

     grouping flow-and-statistics-map {
       uses flow-types:flow;
       uses stat-types:generic-statistics;
     }