Newer Version Available

This content describes an older version of this product. View Latest

FieldDiff Class

Represents all fields and their values for a duplicate and its matching record.

Namespace

Datacloud

FieldDiff Methods

The following are methods for FieldDiff.

getDifference()

Returns how the field values compare for the duplicate and its matching record.

Signature

public String getDifference()

Return Value

Type: String

SAME: Indicates the field values match exactly.

SIMILAR: Indicates the field values match based on the fuzzy logic used.

DIFFERENT: Indicates the field values do not match.

NULL: Indicates the field values are a match because both values are blank.

getName()

Returns the name of the field that is different between two matched records.

Signature

public String getName()

Return Value

Type: String