Interface MapRegister

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

    @Generated("mdsal-binding-generator")
    public interface MapRegister
    extends org.opendaylight.yangtools.yang.binding.DataObject, MappingRecordList, XtrSiteId

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

     grouping MapRegister {
       leaf proxyMapReply {
         type boolean;
       }
       leaf xtrSiteIdPresent {
         type boolean;
       }
       leaf wantMapNotify {
         type boolean;
       }
       leaf nonce {
         type int64;
       }
       leaf keyId {
         type int16;
       }
       leaf authenticationData {
         type binary;
       }
       leaf mergeEnabled {
         type boolean;
       }
       uses mapping-record-list;
       uses xtrSiteId;
     }
     
    The schema path to identify an instance is odl-lisp-proto/MapRegister
    • Field Detail

      • QNAME

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

      • implementedInterface

        java.lang.Class<? extends MapRegister> 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 XtrSiteId
      • getProxyMapReply

        java.lang.Boolean getProxyMapReply()
        Return proxyMapReply, or null if it is not present.
        Returns:
        java.lang.Boolean proxyMapReply, or null if it is not present.
      • isProxyMapReply

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

        java.lang.Boolean getXtrSiteIdPresent()
        Return xtrSiteIdPresent, or null if it is not present.
        Returns:
        java.lang.Boolean xtrSiteIdPresent, or null if it is not present.
      • isXtrSiteIdPresent

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

        java.lang.Boolean getWantMapNotify()
        Return wantMapNotify, or null if it is not present.
        Returns:
        java.lang.Boolean wantMapNotify, or null if it is not present.
      • isWantMapNotify

        @Deprecated(forRemoval=true)
        default java.lang.Boolean isWantMapNotify()
        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.
      • getKeyId

        java.lang.Short getKeyId()
        Return keyId, or null if it is not present.
        Returns:
        java.lang.Short keyId, or null if it is not present.
      • getAuthenticationData

        byte[] getAuthenticationData()
        Return authenticationData, or null if it is not present.
        Returns:
        byte[] authenticationData, or null if it is not present.
      • getMergeEnabled

        java.lang.Boolean getMergeEnabled()
        Return mergeEnabled, or null if it is not present.
        Returns:
        java.lang.Boolean mergeEnabled, or null if it is not present.
      • isMergeEnabled

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