Gets the value of the 'modifiedTime' field. The system time in milliseconds for when this WebPage was modified by the WebPage author, if this is not available we default to the server for this information. This is important to understand the changing nature of the WebPage.
()
| 389 | * Gets the value of the 'modifiedTime' field. |
| 390 | * The system time in milliseconds for when this WebPage was modified by the WebPage author, if this is not available we default to the server for this information. This is important to understand the changing nature of the WebPage. */ |
| 391 | public java.lang.Long getModifiedTime() { |
| 392 | return modifiedTime; |
| 393 | } |
| 394 | |
| 395 | /** |
| 396 | * Sets the value of the 'modifiedTime' field. |
no outgoing calls