Package com.confidentify.client.model
Class MatchedRecord
- java.lang.Object
-
- com.confidentify.client.model.MatchedRecord
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-06-18T21:51:17.428661900+02:00[Europe/Paris]") public class MatchedRecord extends Object
MatchedRecord
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_DATASET_IDstatic StringSERIALIZED_NAME_ID
-
Constructor Summary
Constructors Constructor Description MatchedRecord()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MatchedRecorddatasetId(String datasetId)booleanequals(Object o)StringgetDatasetId()The ID of the dataset that contains the record.StringgetId()The record ID.inthashCode()MatchedRecordid(String id)voidsetDatasetId(String datasetId)voidsetId(String id)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_DATASET_ID
public static final String SERIALIZED_NAME_DATASET_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
id
public MatchedRecord id(String id)
-
setId
public void setId(String id)
-
datasetId
public MatchedRecord datasetId(String datasetId)
-
getDatasetId
@Nullable public String getDatasetId()
The ID of the dataset that contains the record.- Returns:
- datasetId
-
setDatasetId
public void setDatasetId(String datasetId)
-
-