org.camunda.bpm.engine.rest.hal.cache
Class HalResourceCacheEntry
java.lang.Object
org.camunda.bpm.engine.rest.hal.cache.HalResourceCacheEntry
public class HalResourceCacheEntry
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
protected String id
created
protected long created
resource
protected Object resource
HalResourceCacheEntry
public HalResourceCacheEntry(String id,
Object resource)
getId
public String getId()
getCreateTime
public long getCreateTime()
getResource
public Object getResource()
Copyright © 2016 camunda services GmbH. All rights reserved.