Interface GetMeterStatisticsOutput

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<GetMeterStatisticsOutput>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, MeterStatisticsReply, org.opendaylight.yangtools.yang.binding.RpcOutput, TransactionAware

    @Deprecated
    public interface GetMeterStatisticsOutput
    extends MeterStatisticsReply, TransactionAware, org.opendaylight.yangtools.yang.binding.RpcOutput, org.opendaylight.yangtools.yang.binding.Augmentable<GetMeterStatisticsOutput>
    Deprecated.

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

     output output {
       uses meter-types:meter-statistics-reply;
       uses tr:transaction-aware;
     }
     
    The schema path to identify an instance is opendaylight-meter-statistics/get-meter-statistics/output

    To create instances of this class use GetMeterStatisticsOutputBuilder.

    See Also:
    GetMeterStatisticsOutputBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<GetMeterStatisticsOutput> implementedInterface()
        Deprecated.
        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 MeterStatisticsReply
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.RpcOutput
        Specified by:
        implementedInterface in interface TransactionAware