Interface MapRegisterCacheKeyContainer

All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

@Generated("mdsal-binding-generator") public interface MapRegisterCacheKeyContainer extends org.opendaylight.yangtools.yang.binding.DataObject

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

 grouping map-register-cache-key-container {
   container map-register-cache-key {
     leaf eid-prefix {
       type binary;
     }
     leaf xtr-id {
       type binary;
     }
     leaf site-id {
       type binary;
     }
   }
 }
 
  • Field Details

    • QNAME

      static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
      YANG identifier of the statement represented by this class.
  • Method Details

    • implementedInterface

      Class<? extends MapRegisterCacheKeyContainer> implementedInterface()
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
    • getMapRegisterCacheKey

      MapRegisterCacheKey getMapRegisterCacheKey()
      Return mapRegisterCacheKey, or null if it is not present.
           
               The lookup key in the Map-Register fast path.
           
       
      Returns:
      MapRegisterCacheKey mapRegisterCacheKey, or null if it is not present.