Interface SendMapRegisterInput

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

    public interface SendMapRegisterInput
    extends MapRegisterMessage, org.opendaylight.yangtools.yang.binding.RpcInput, org.opendaylight.yangtools.yang.binding.Augmentable<SendMapRegisterInput>

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

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

    To create instances of this class use SendMapRegisterInputBuilder.

    See Also:
    SendMapRegisterInputBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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