Interface SetAsyncInput

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

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

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

     input input {
       uses inv:node-context-ref;
       uses async-config;
     }
     
    The schema path to identify an instance is sal-async-config/set-async/input

    To create instances of this class use SetAsyncInputBuilder.

    See Also:
    SetAsyncInputBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<SetAsyncInput> implementedInterface()
        Specified by:
        implementedInterface in interface AsyncConfig
        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