Interface GetAllMeterConfigStatisticsOutput
-
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.Augmentable<GetAllMeterConfigStatisticsOutput>
,org.opendaylight.yangtools.yang.binding.BindingObject
,org.opendaylight.yangtools.yang.binding.DataContainer
,org.opendaylight.yangtools.yang.binding.DataObject
,MeterConfigStatsReply
,org.opendaylight.yangtools.yang.binding.RpcOutput
,TransactionAware
@Deprecated public interface GetAllMeterConfigStatisticsOutput extends MeterConfigStatsReply, TransactionAware, org.opendaylight.yangtools.yang.binding.RpcOutput, org.opendaylight.yangtools.yang.binding.Augmentable<GetAllMeterConfigStatisticsOutput>
Deprecated.This class represents the following YANG schema fragment defined in module opendaylight-meter-statistics
output output { uses meter-types:meter-config-stats-reply; uses tr:transaction-aware; }
The schema path to identify an instance is opendaylight-meter-statistics/get-all-meter-config-statistics/outputTo create instances of this class use
GetAllMeterConfigStatisticsOutputBuilder
.- See Also:
GetAllMeterConfigStatisticsOutputBuilder
-
-
Field Summary
Fields Modifier and Type Field Description static @NonNull org.opendaylight.yangtools.yang.common.QName
QNAME
Deprecated.
-
Method Summary
All Methods Instance Methods Default Methods Deprecated Methods Modifier and Type Method Description default Class<GetAllMeterConfigStatisticsOutput>
implementedInterface()
Deprecated.-
Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.meter.types.rev130918.MeterConfigStatsReply
getMeterConfigStats, nonnullMeterConfigStats
-
Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.flow.transaction.rev150304.TransactionAware
getTransactionId
-
-
-
-
Method Detail
-
implementedInterface
default Class<GetAllMeterConfigStatisticsOutput> implementedInterface()
Deprecated.- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.DataContainer
- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.DataObject
- Specified by:
implementedInterface
in interfaceMeterConfigStatsReply
- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.RpcOutput
- Specified by:
implementedInterface
in interfaceTransactionAware
-
-