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

    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
      • isProxyMapReply

        @Nullable java.lang.Boolean isProxyMapReply()
        Returns:
        java.lang.Boolean proxyMapReply, or null if not present
      • isXtrSiteIdPresent

        @Nullable java.lang.Boolean isXtrSiteIdPresent()
        Returns:
        java.lang.Boolean xtrSiteIdPresent, or null if not present
      • isWantMapNotify

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

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

        @Nullable java.lang.Short getKeyId()
        Returns:
        java.lang.Short keyId, or null if not present
      • getAuthenticationData

        byte[] getAuthenticationData()
        Returns:
        byte[] authenticationData, or null if not present
      • isMergeEnabled

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