Interface RemoveMeterOutput

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

    public interface RemoveMeterOutput
    extends TransactionAware, org.opendaylight.yangtools.yang.binding.RpcOutput, org.opendaylight.yangtools.yang.binding.Augmentable<RemoveMeterOutput>

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

     output output {
       uses tr:transaction-aware;
     }
     
    The schema path to identify an instance is sal-meter/remove-meter/output

    To create instances of this class use RemoveMeterOutputBuilder.

    See Also:
    RemoveMeterOutputBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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