Class HalResourceCacheEntry


  • public class HalResourceCacheEntry
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected long created  
      protected java.lang.String id  
      protected java.lang.Object resource  
    • Constructor Summary

      Constructors 
      Constructor Description
      HalResourceCacheEntry​(java.lang.String id, java.lang.Object resource)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getCreateTime()  
      java.lang.String getId()  
      java.lang.Object getResource()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • id

        protected java.lang.String id
      • created

        protected long created
      • resource

        protected java.lang.Object resource
    • Constructor Detail

      • HalResourceCacheEntry

        public HalResourceCacheEntry​(java.lang.String id,
                                     java.lang.Object resource)
    • Method Detail

      • getId

        public java.lang.String getId()
      • getCreateTime

        public long getCreateTime()
      • getResource

        public java.lang.Object getResource()