Gets the value of the 'prevSignature' field. An implementation of a WebPage's previous signature from which it can be identified and referenced at any point in time. This can be used to uniquely identify WebPage deltas based on page fingerprints.
()
| 509 | * Gets the value of the 'prevSignature' field. |
| 510 | * An implementation of a WebPage's previous signature from which it can be identified and referenced at any point in time. This can be used to uniquely identify WebPage deltas based on page fingerprints. */ |
| 511 | public java.nio.ByteBuffer getPrevSignature() { |
| 512 | return prevSignature; |
| 513 | } |
| 514 | |
| 515 | /** |
| 516 | * Sets the value of the 'prevSignature' field. |
no outgoing calls
no test coverage detected