Package org.openrefine.model.recon
Class ReconciledDataExtensionJob.RecordDataExtension
- java.lang.Object
-
- org.openrefine.model.recon.ReconciledDataExtensionJob.RecordDataExtension
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ReconciledDataExtensionJob
public static class ReconciledDataExtensionJob.RecordDataExtension extends Object implements Serializable
Data extension corresponding to a single record. Each row in the record can be associated with a data extension.- Author:
- Antonin Delpeuch
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RecordDataExtension(Map<Long,ReconciledDataExtensionJob.DataExtension> extensions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object other)
Map<Long,ReconciledDataExtensionJob.DataExtension>
getExtensions()
int
hashCode()
-
-
-
Constructor Detail
-
RecordDataExtension
public RecordDataExtension(Map<Long,ReconciledDataExtensionJob.DataExtension> extensions)
-
-