Class ResourceLastModifiedHandlerResult

java.lang.Object
com.aquima.interactions.framework.handler.resource.ResourceLastModifiedHandlerResult
All Implemented Interfaces:
IActionResult, Serializable

public class ResourceLastModifiedHandlerResult extends Object implements IActionResult
This class contains the result of the ResourceLastModificationDateHandler action handler.
Since:
6.3
Author:
Jon van Leuven
See Also:
  • Constructor Details

    • ResourceLastModifiedHandlerResult

      protected ResourceLastModifiedHandlerResult(DateValue lastModified)
  • Method Details

    • getLastModified

      public DateValue getLastModified()
      This method returns the last modification date of the resource.
      Returns:
      The last modification date, will return DateValue.UNKNOWN when no modification date could be determined.