data class HashRow
represents hashed data created by deduper
<init> |
represents hashed data created by deduper HashRow(hash: String, hash_json: String?) |
hash |
a hash value of a row found by deduper val hash: String |
hash_json |
an optional json representation of the data which comprises the hash value val hash_json: String? |