Interface SendMapRequestInput

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<SendMapRequestInput>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, MapRequestMessage, org.opendaylight.yangtools.yang.binding.RpcInput, TransportAddress

    public interface SendMapRequestInput
    extends MapRequestMessage, org.opendaylight.yangtools.yang.binding.RpcInput, org.opendaylight.yangtools.yang.binding.Augmentable<SendMapRequestInput>

    This class represents the following YANG schema fragment defined in module odl-lisp-sb

     input input {
       uses lisp-proto:MapRequestMessage;
     }
     
    The schema path to identify an instance is odl-lisp-sb/send-map-request/input

    To create instances of this class use SendMapRequestInputBuilder.

    See Also:
    SendMapRequestInputBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default java.lang.Class<SendMapRequestInput> 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 MapRequestMessage
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.RpcInput
        Specified by:
        implementedInterface in interface TransportAddress