Package org.mockserver.mock.diff
Class InteractionDiff
java.lang.Object
org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
org.mockserver.mock.diff.InteractionDiff
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.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetKey()static InteractionDiffsetRequestDiffs(List<FieldDiff> requestDiffs) setResponseDiffs(List<FieldDiff> responseDiffs) Methods inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
equals, fieldsExcludedFromEqualsAndHashCode, hashCode, toString
-
Constructor Details
-
InteractionDiff
public InteractionDiff()
-
-
Method Details
-
of
-
getKey
-
setKey
-
getRequestDiffs
-
setRequestDiffs
-
getResponseDiffs
-
setResponseDiffs
-