Interface RoleRequestInput

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

    public interface RoleRequestInput
    extends RoleRequest, org.opendaylight.yangtools.yang.binding.RpcInput, org.opendaylight.yangtools.yang.binding.Augmentable<RoleRequestInput>

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

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

    To create instances of this class use RoleRequestInputBuilder.

    See Also:
    RoleRequestInputBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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