Interface GetAllMeterConfigStatistics

All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.Rpc<GetAllMeterConfigStatisticsInput,GetAllMeterConfigStatisticsOutput>>, org.opendaylight.yangtools.yang.binding.Rpc<GetAllMeterConfigStatisticsInput,GetAllMeterConfigStatisticsOutput>
All Known Implementing Classes:
GetAllMeterConfigStatisticsImpl
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface @Deprecated @Generated("mdsal-binding-generator") public interface GetAllMeterConfigStatistics extends org.opendaylight.yangtools.yang.binding.Rpc<GetAllMeterConfigStatisticsInput,GetAllMeterConfigStatisticsOutput>
Deprecated.

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

 rpc get-all-meter-config-statistics {
   status deprecated;
   input input {
     uses inv:node-context-ref;
   }
   output output {
     uses meter-types:meter-config-stats-reply;
     uses tr:transaction-aware;
   }
 }