Gets the value of the 'signature' field. An implementation of a WebPage's signature from which it can be identified and referenced at any point in time. This is essentially the WebPage's fingerprint represnting its state for any point in time.
()
| 533 | * Gets the value of the 'signature' field. |
| 534 | * An implementation of a WebPage's signature from which it can be identified and referenced at any point in time. This is essentially the WebPage's fingerprint represnting its state for any point in time. */ |
| 535 | public java.nio.ByteBuffer getSignature() { |
| 536 | return signature; |
| 537 | } |
| 538 | |
| 539 | /** |
| 540 | * Sets the value of the 'signature' field. |
no outgoing calls
no test coverage detected