Interface MapReply

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, MappingRecordList
    All Known Subinterfaces:
    MapReply, MapReply

    public interface MapReply
    extends org.opendaylight.yangtools.yang.binding.DataObject, MappingRecordList

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

     grouping MapReply {
       leaf probe {
         type boolean;
       }
       leaf nonce {
         type int64;
       }
       leaf echoNonceEnabled {
         type boolean;
       }
       leaf securityEnabled {
         type boolean;
       }
       uses mapping-record-list;
     }
     
    The schema path to identify an instance is odl-lisp-proto/MapReply
    • Field Detail

      • QNAME

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

      • implementedInterface

        java.lang.Class<? extends 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
      • isProbe

        @Nullable java.lang.Boolean isProbe()
        Returns:
        java.lang.Boolean probe, or null if not present
      • getNonce

        @Nullable java.lang.Long getNonce()
        Returns:
        java.lang.Long nonce, or null if not present
      • isEchoNonceEnabled

        @Nullable java.lang.Boolean isEchoNonceEnabled()
        Returns:
        java.lang.Boolean echoNonceEnabled, or null if not present
      • isSecurityEnabled

        @Nullable java.lang.Boolean isSecurityEnabled()
        Returns:
        java.lang.Boolean securityEnabled, or null if not present