Interface RoleRequestOutput

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<RoleRequestOutput>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, OfHeader, RoleReply, org.opendaylight.yangtools.yang.binding.RpcOutput

    public interface RoleRequestOutput
    extends RoleReply, org.opendaylight.yangtools.yang.binding.RpcOutput, org.opendaylight.yangtools.yang.binding.Augmentable<RoleRequestOutput>

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

     output output {
       uses role-reply;
     }
     
    The schema path to identify an instance is openflow-protocol/role-request/output

    To create instances of this class use RoleRequestOutputBuilder.

    See Also:
    RoleRequestOutputBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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