Class InteractionDiff


public class InteractionDiff extends ObjectWithReflectiveEqualsHashCodeToString
A single entry in a BaselineDiffReport, describing one interaction (matched across the baseline and current sets by its request key of METHOD normalized-path).

For added/removed entries only the key is populated. For changed entries the requestDiffs (from TrafficDiffEngine) and/or responseDiffs (structural response diffs) describe what drifted.