-
public final class ModifyInfo
-
-
Field Summary
Fields Modifier and Type Field Description private InstantfetchTimeprivate InstantprevFetchTimeprivate InstantprevModifiedTimeprivate InstantmodifiedTimeprivate Integermodified
-
Method Summary
Modifier and Type Method Description final InstantgetFetchTime()The actual latest fetch time, WebPage. final UnitsetFetchTime(Instant fetchTime)The actual latest fetch time, WebPage. final InstantgetPrevFetchTime()The previous actual latest fetch time final UnitsetPrevFetchTime(Instant prevFetchTime)The previous actual latest fetch time final InstantgetPrevModifiedTime()final UnitsetPrevModifiedTime(Instant prevModifiedTime)final InstantgetModifiedTime()final UnitsetModifiedTime(Instant modifiedTime)final IntegergetModified()final UnitsetModified(Integer modified)-
-
Method Detail
-
getFetchTime
final Instant getFetchTime()
The actual latest fetch time, WebPage.fetchTime will be updated by this value
-
setFetchTime
final Unit setFetchTime(Instant fetchTime)
The actual latest fetch time, WebPage.fetchTime will be updated by this value
-
getPrevFetchTime
final Instant getPrevFetchTime()
The previous actual latest fetch time
-
setPrevFetchTime
final Unit setPrevFetchTime(Instant prevFetchTime)
The previous actual latest fetch time
-
getPrevModifiedTime
final Instant getPrevModifiedTime()
-
setPrevModifiedTime
final Unit setPrevModifiedTime(Instant prevModifiedTime)
-
getModifiedTime
final Instant getModifiedTime()
-
setModifiedTime
final Unit setModifiedTime(Instant modifiedTime)
-
getModified
final Integer getModified()
-
setModified
final Unit setModified(Integer modified)
-
-
-
-