data class SampleRow
reprsentation of a sample of data showing the comma-delimited sampleString and the associated sampleHash for that sample string
<init> |
reprsentation of a sample of data showing the comma-delimited sampleString and the associated sampleHash for that sample string SampleRow(sampleString: String, sampleHash: String) |
sampleHash |
val sampleHash: String |
sampleString |
val sampleString: String |