public class Inconsistency extends Object
| Constructor and Description |
|---|
Inconsistency(String field,
Object sourceValue,
Object destValue) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getDestValue() |
String |
getField() |
static String |
getMismatchedValues(List<Inconsistency> l) |
static String |
getPathList(List<Inconsistency> l) |
Object |
getSourceValue() |
String |
toString() |
public String getField()
public Object getSourceValue()
public Object getDestValue()
public static String getPathList(List<Inconsistency> l)
public static String getMismatchedValues(List<Inconsistency> l)
Copyright © 2016. All rights reserved.