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,org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.MapRequestMessage,org.opendaylight.yangtools.yang.binding.RpcInput,org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.TransportAddress
public interface SendMapRequestInput extends org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.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/inputTo create instances of this class use
SendMapRequestInputBuilder.- See Also:
SendMapRequestInputBuilder
-
-
Field Summary
Fields Modifier and Type Field Description static @NonNull org.opendaylight.yangtools.yang.common.QNameQNAME
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Class<SendMapRequestInput>implementedInterface()
-
-
-
Method Detail
-
implementedInterface
default Class<SendMapRequestInput> implementedInterface()
- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataContainer- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataObject- Specified by:
implementedInterfacein interfaceorg.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.MapRequestMessage- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.RpcInput- Specified by:
implementedInterfacein interfaceorg.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.TransportAddress
-
-