Package com.ibm.fhir.persistence
Class ResourceTime
- java.lang.Object
-
- com.ibm.fhir.persistence.ResourceTime
-
public class ResourceTime extends Object
DTO for processing resource/last_modified time
-
-
Constructor Summary
Constructors Constructor Description ResourceTime(long resourceId, Instant lastModified)
Public constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Instant
getLastModified()
long
getResourceId()
-
-
-
Constructor Detail
-
ResourceTime
public ResourceTime(long resourceId, Instant lastModified)
Public constructor- Parameters:
resourceId
-lastModified
-
-
-
Method Detail
-
getResourceId
public long getResourceId()
- Returns:
- the resourceId
-
getLastModified
public Instant getLastModified()
- Returns:
- the lastModified
-
-