Interface MeterModInput

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<MeterModInput>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, MeterMod, OfHeader, org.opendaylight.yangtools.yang.binding.RpcInput

    public interface MeterModInput
    extends MeterMod, org.opendaylight.yangtools.yang.binding.RpcInput, org.opendaylight.yangtools.yang.binding.Augmentable<MeterModInput>

    This class represents the following YANG schema fragment defined in module openflow-protocol

     input input {
       uses meter-mod;
     }
     
    The schema path to identify an instance is openflow-protocol/meter-mod/input

    To create instances of this class use MeterModInputBuilder.

    See Also:
    MeterModInputBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<MeterModInput> 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 MeterMod
        Specified by:
        implementedInterface in interface OfHeader
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.RpcInput