Gets the value of the 'metadata' field. A multi-valued metadata container used for storing everything from structured WebPage characterists, to ad-hoc extraction and metadata augmentation for any given WebPage.
()
| 773 | * Gets the value of the 'metadata' field. |
| 774 | * A multi-valued metadata container used for storing everything from structured WebPage characterists, to ad-hoc extraction and metadata augmentation for any given WebPage. */ |
| 775 | public java.util.Map<java.lang.CharSequence,java.nio.ByteBuffer> getMetadata() { |
| 776 | return metadata; |
| 777 | } |
| 778 | |
| 779 | /** |
| 780 | * Sets the value of the 'metadata' field. |
no outgoing calls