Class ResourceTime


  • public class ResourceTime
    extends java.lang.Object
    DTO for processing resource/last_modified time
    • Constructor Summary

      Constructors 
      Constructor Description
      ResourceTime​(long resourceId, java.time.Instant lastModified)
      Public constructor
    • Constructor Detail

      • ResourceTime

        public ResourceTime​(long resourceId,
                            java.time.Instant lastModified)
        Public constructor
        Parameters:
        resourceId -
        lastModified -
    • Method Detail

      • getResourceId

        public long getResourceId()
        Returns:
        the resourceId
      • getLastModified

        public java.time.Instant getLastModified()
        Returns:
        the lastModified