Class MonitorJsonFieldDiff


  • public class MonitorJsonFieldDiff
    extends java.lang.Object
    Per-field diff entry returned for monitors that requested JSON extraction. The keys on MonitorPageDiff.getJson() (when used in JSON or mixed mode) are field paths in the extracted JSON; the values are instances of this class describing what changed between the previous and current run.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getCurrent()  
      java.lang.Object getPrevious()  
      • Methods inherited from class java.lang.Object

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

      • MonitorJsonFieldDiff

        public MonitorJsonFieldDiff()
    • Method Detail

      • getPrevious

        public java.lang.Object getPrevious()
      • getCurrent

        public java.lang.Object getCurrent()