Interface MapReply

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<MapReply>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<MapReplyNotification>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, MappingRecordList, MapReply

    public interface MapReply
    extends org.opendaylight.yangtools.yang.binding.ChildOf<MapReplyNotification>, org.opendaylight.yangtools.yang.binding.Augmentable<MapReply>, MapReply

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

     container MapReply {
       uses MapReply;
     }
     
    The schema path to identify an instance is odl-lisp-proto/MapReplyNotification/MapReply

    To create instances of this class use MapReplyBuilder.

    See Also:
    MapReplyBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default java.lang.Class<MapReply> 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 MappingRecordList
        Specified by:
        implementedInterface in interface MapReply