Package com.bazaarvoice.jolt
Class Diffy.Result
- java.lang.Object
-
- com.bazaarvoice.jolt.Diffy.Result
-
- Enclosing class:
- Diffy
public static class Diffy.Result extends java.lang.Object
Contains the unmatched fields from the Diffy operation. A sucessful/identical match returns isEmpty() == true.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isEmpty()
java.lang.String
toString()
-