Gets the value of the 'markers' field. Markers flags which represent user and machine decisions which have affected influenced a WebPage's current state. Markers can be system specific and user machine driven in nature. They are assigned to a WebPage on a job-by-job basis and thier values indicative
()
| 749 | * Gets the value of the 'markers' field. |
| 750 | * Markers flags which represent user and machine decisions which have affected influenced a WebPage's current state. Markers can be system specific and user machine driven in nature. They are assigned to a WebPage on a job-by-job basis and thier values indicative of what actions should be associated with a WebPage. */ |
| 751 | public java.util.Map<java.lang.CharSequence,java.lang.CharSequence> getMarkers() { |
| 752 | return markers; |
| 753 | } |
| 754 | |
| 755 | /** |
| 756 | * Sets the value of the 'markers' field. |
no outgoing calls
no test coverage detected