Gets the value of the 'prevFetchTime' field. The system time in milliseconds for when the page was last fetched if it was previously fetched which can be used to calculate time delta within a fetching schedule implementation
()
| 317 | * Gets the value of the 'prevFetchTime' field. |
| 318 | * The system time in milliseconds for when the page was last fetched if it was previously fetched which can be used to calculate time delta within a fetching schedule implementation */ |
| 319 | public java.lang.Long getPrevFetchTime() { |
| 320 | return prevFetchTime; |
| 321 | } |
| 322 | |
| 323 | /** |
| 324 | * Sets the value of the 'prevFetchTime' field. |
no outgoing calls
no test coverage detected