All Superinterfaces:
org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>, org.opendaylight.yangtools.binding.BindingObject, org.opendaylight.yangtools.binding.DataContainer, org.opendaylight.yangtools.binding.Grouping, TransportAddress
All Known Subinterfaces:
SendMapReplyInput

@Generated("mdsal-binding-generator") public interface MapReplyMessage extends org.opendaylight.yangtools.binding.Grouping, TransportAddress

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

 grouping MapReplyMessage {
   container MapReply {
     uses MapReply;
   }
   uses transport-address;
 }
 
  • Method Summary

    Modifier and Type
    Method
    Description
    Return mapReply, or null if it is not present.
    @NonNull MapReply
    Return mapReply, or an empty instance if it is not present.

    Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract

    implementedInterface

    Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.TransportAddress

    getTransportAddress, nonnullTransportAddress
  • Method Details

    • getMapReply

      MapReply getMapReply()
      Return mapReply, or null if it is not present.
      Returns:
      MapReply mapReply, or null if it is not present.
    • nonnullMapReply

      @NonNull MapReply nonnullMapReply()
      Return mapReply, or an empty instance if it is not present.
      Returns:
      MapReply mapReply, or an empty instance if it is not present.