Interface StatsInputCommonGrouping

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeContextRef, StoreStatsGrouping
    All Known Subinterfaces:
    GetFlowStatisticsInput, GetGroupStatisticsInput, GetMeterStatisticsInput, GetNodeConnectorStatisticsInput, GetQueueStatisticsInput

    @Generated("mdsal-binding-generator")
    public interface StatsInputCommonGrouping
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeContextRef, StoreStatsGrouping
    Shared input parameters for all rpc statistics (routing context and datastore flag)

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

     grouping stats-input-common-grouping {
       uses inv:node-context-ref;
       uses store-stats-grouping;
     }
     
    The schema path to identify an instance is opendaylight-direct-statistics/stats-input-common-grouping
    • Field Detail

      • QNAME

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

      • implementedInterface

        Class<? extends StatsInputCommonGrouping> 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 org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeContextRef
        Specified by:
        implementedInterface in interface StoreStatsGrouping