Interface MapNotify

  • 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:
    MapNotify, MapNotify

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

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

     grouping MapNotify {
       leaf xtrSiteIdPresent {
         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/MapNotify
    • Field Detail

      • QNAME

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

      • implementedInterface

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