Interface RemoveMeterInput

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<RemoveMeterInput>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, Meter, org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeContextRef, NodeMeter, org.opendaylight.yangtools.yang.binding.RpcInput, TransactionMetadata

    public interface RemoveMeterInput
    extends TransactionMetadata, NodeMeter, org.opendaylight.yangtools.yang.binding.RpcInput, org.opendaylight.yangtools.yang.binding.Augmentable<RemoveMeterInput>

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

     input input {
       uses tr:transaction-metadata;
       leaf meter-ref {
         type meter-type:meter-ref;
       }
       uses node-meter;
     }
     
    The schema path to identify an instance is sal-meter/remove-meter/input

    To create instances of this class use RemoveMeterInputBuilder.

    See Also:
    RemoveMeterInputBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable MeterRef getMeterRef()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.meter.types.rev130918.MeterRef meterRef, or null if not present