Interface GetMeterStatisticsInput

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<GetMeterStatisticsInput>, 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, org.opendaylight.yangtools.yang.binding.RpcInput

    @Deprecated
    public interface GetMeterStatisticsInput
    extends org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeContextRef, org.opendaylight.yangtools.yang.binding.RpcInput, org.opendaylight.yangtools.yang.binding.Augmentable<GetMeterStatisticsInput>
    Deprecated.

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

     input input {
       uses inv:node-context-ref;
       leaf meter-id {
         type meter-types:meter-id;
       }
     }
     
    The schema path to identify an instance is opendaylight-meter-statistics/get-meter-statistics/input

    To create instances of this class use GetMeterStatisticsInputBuilder.

    See Also:
    GetMeterStatisticsInputBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<GetMeterStatisticsInput> 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 org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeContextRef
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.RpcInput
      • getMeterId

        MeterId getMeterId()
        Deprecated.
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.meter.types.rev130918.MeterId meterId, or null if not present