Interface GetAsyncOutput

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

    public interface GetAsyncOutput
    extends AsyncConfig, org.opendaylight.yangtools.yang.binding.RpcOutput, org.opendaylight.yangtools.yang.binding.Augmentable<GetAsyncOutput>

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

     output output {
       uses async-config;
     }
     
    The schema path to identify an instance is sal-async-config/get-async/output

    To create instances of this class use GetAsyncOutputBuilder.

    See Also:
    GetAsyncOutputBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<GetAsyncOutput> 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.yangtools.yang.binding.RpcOutput