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

    @Generated("mdsal-binding-generator")
    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
      • getProbe

        java.lang.Boolean getProbe()
        Return probe, or null if it is not present.
        Returns:
        java.lang.Boolean probe, or null if it is not present.
      • isProbe

        @Deprecated(forRemoval=true)
        default java.lang.Boolean isProbe()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getNonce

        java.lang.Long getNonce()
        Return nonce, or null if it is not present.
        Returns:
        java.lang.Long nonce, or null if it is not present.
      • getEchoNonceEnabled

        java.lang.Boolean getEchoNonceEnabled()
        Return echoNonceEnabled, or null if it is not present.
        Returns:
        java.lang.Boolean echoNonceEnabled, or null if it is not present.
      • isEchoNonceEnabled

        @Deprecated(forRemoval=true)
        default java.lang.Boolean isEchoNonceEnabled()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getSecurityEnabled

        java.lang.Boolean getSecurityEnabled()
        Return securityEnabled, or null if it is not present.
        Returns:
        java.lang.Boolean securityEnabled, or null if it is not present.
      • isSecurityEnabled

        @Deprecated(forRemoval=true)
        default java.lang.Boolean isSecurityEnabled()
        Deprecated, for removal: This API element is subject to removal in a future version.