See AbstractDiff. This class is a representation of result row.
| Modifiers | Name | Description | 
|---|---|---|
| int | base | Index in the base sequence which is compared in AbstractDiff, -1 if we do not take a element. | 
| int | left | Index in the left sequence which is compared in AbstractDiff, -1 if we do not take a element. | 
| int | right | Index in the right sequence which is compared in AbstractDiff, -1 if we do not take a element. | 
| State | state | State of comparision result of the row. | 
| Constructor and description | 
|---|
| DiffElement
                                (int base, int left, int right, State state) | 
| Methods inherited from class | Name | 
|---|---|
| class java.lang.Object | java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() | 
Index in the base sequence which is compared in AbstractDiff, -1 if we do not take a element.
Index in the left sequence which is compared in AbstractDiff, -1 if we do not take a element.
Index in the right sequence which is compared in AbstractDiff, -1 if we do not take a element.
State of comparision result of the row.
ReadyAPI functional (soapui-pro) SDK 3.10.1