Class MonitorPageSnapshot


  • public class MonitorPageSnapshot
    extends java.lang.Object
    Snapshot of the current JSON extraction at this run. Present on JSON and mixed-mode monitors; absent for markdown-only monitors.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.lang.Object> getJson()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MonitorPageSnapshot

        public MonitorPageSnapshot()
    • Method Detail

      • getJson

        public java.util.Map<java.lang.String,​java.lang.Object> getJson()