Package com.confidentify.client.model
Class DedupJobAll
- java.lang.Object
-
- com.confidentify.client.model.DedupJobAll
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-06-18T21:51:17.428661900+02:00[Europe/Paris]") public class DedupJobAll extends Object
DedupJobAll
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_CREATED_ATstatic StringSERIALIZED_NAME_CREATED_BYstatic StringSERIALIZED_NAME_DATASET_IDstatic StringSERIALIZED_NAME_FINISHED_ATstatic StringSERIALIZED_NAME_IDstatic StringSERIALIZED_NAME_NAMEstatic StringSERIALIZED_NAME_PHASEstatic StringSERIALIZED_NAME_PROGRESSstatic StringSERIALIZED_NAME_RESULTSstatic StringSERIALIZED_NAME_RUNNINGstatic StringSERIALIZED_NAME_STARTED_AT
-
Constructor Summary
Constructors Constructor Description DedupJobAll()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DedupJobAllcreatedAt(OffsetDateTime createdAt)DedupJobAllcreatedBy(String createdBy)DedupJobAlldatasetId(String datasetId)booleanequals(Object o)DedupJobAllfinishedAt(OffsetDateTime finishedAt)OffsetDateTimegetCreatedAt()The date and time of job creation.StringgetCreatedBy()The username of the user who created the jobStringgetDatasetId()The ID of the dataset that the deduplication job is targeting.OffsetDateTimegetFinishedAt()The date and time of job finishing.StringgetId()A unique ID for the deduplication jobStringgetName()An optional name for the jobStringgetPhase()A description of the latest known job state.MatchJobProgressgetProgress()Get progressMatchJobBaseResultsgetResults()Get resultsBooleangetRunning()Determines if the job is currently running.OffsetDateTimegetStartedAt()The date and time of job starting.inthashCode()DedupJobAllid(String id)DedupJobAllname(String name)DedupJobAllphase(String phase)DedupJobAllprogress(MatchJobProgress progress)DedupJobAllresults(MatchJobBaseResults results)DedupJobAllrunning(Boolean running)voidsetCreatedAt(OffsetDateTime createdAt)voidsetCreatedBy(String createdBy)voidsetDatasetId(String datasetId)voidsetFinishedAt(OffsetDateTime finishedAt)voidsetId(String id)voidsetName(String name)voidsetPhase(String phase)voidsetProgress(MatchJobProgress progress)voidsetResults(MatchJobBaseResults results)voidsetRunning(Boolean running)voidsetStartedAt(OffsetDateTime startedAt)DedupJobAllstartedAt(OffsetDateTime startedAt)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_NAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_RUNNING
public static final String SERIALIZED_NAME_RUNNING
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CREATED_AT
public static final String SERIALIZED_NAME_CREATED_AT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_RESULTS
public static final String SERIALIZED_NAME_RESULTS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CREATED_BY
public static final String SERIALIZED_NAME_CREATED_BY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_DATASET_ID
public static final String SERIALIZED_NAME_DATASET_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_STARTED_AT
public static final String SERIALIZED_NAME_STARTED_AT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_FINISHED_AT
public static final String SERIALIZED_NAME_FINISHED_AT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PHASE
public static final String SERIALIZED_NAME_PHASE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PROGRESS
public static final String SERIALIZED_NAME_PROGRESS
- See Also:
- Constant Field Values
-
-
Method Detail
-
id
public DedupJobAll id(String id)
-
setId
public void setId(String id)
-
name
public DedupJobAll name(String name)
-
setName
public void setName(String name)
-
running
public DedupJobAll running(Boolean running)
-
getRunning
@Nullable public Boolean getRunning()
Determines if the job is currently running.- Returns:
- running
-
setRunning
public void setRunning(Boolean running)
-
createdAt
public DedupJobAll createdAt(OffsetDateTime createdAt)
-
getCreatedAt
@Nullable public OffsetDateTime getCreatedAt()
The date and time of job creation.- Returns:
- createdAt
-
setCreatedAt
public void setCreatedAt(OffsetDateTime createdAt)
-
results
public DedupJobAll results(MatchJobBaseResults results)
-
getResults
@Nullable public MatchJobBaseResults getResults()
Get results- Returns:
- results
-
setResults
public void setResults(MatchJobBaseResults results)
-
createdBy
public DedupJobAll createdBy(String createdBy)
-
getCreatedBy
@Nullable public String getCreatedBy()
The username of the user who created the job- Returns:
- createdBy
-
setCreatedBy
public void setCreatedBy(String createdBy)
-
datasetId
public DedupJobAll datasetId(String datasetId)
-
getDatasetId
@Nullable public String getDatasetId()
The ID of the dataset that the deduplication job is targeting.- Returns:
- datasetId
-
setDatasetId
public void setDatasetId(String datasetId)
-
startedAt
public DedupJobAll startedAt(OffsetDateTime startedAt)
-
getStartedAt
@Nullable public OffsetDateTime getStartedAt()
The date and time of job starting.- Returns:
- startedAt
-
setStartedAt
public void setStartedAt(OffsetDateTime startedAt)
-
finishedAt
public DedupJobAll finishedAt(OffsetDateTime finishedAt)
-
getFinishedAt
@Nullable public OffsetDateTime getFinishedAt()
The date and time of job finishing.- Returns:
- finishedAt
-
setFinishedAt
public void setFinishedAt(OffsetDateTime finishedAt)
-
phase
public DedupJobAll phase(String phase)
-
getPhase
@Nullable public String getPhase()
A description of the latest known job state.- Returns:
- phase
-
setPhase
public void setPhase(String phase)
-
progress
public DedupJobAll progress(MatchJobProgress progress)
-
getProgress
@Nullable public MatchJobProgress getProgress()
Get progress- Returns:
- progress
-
setProgress
public void setProgress(MatchJobProgress progress)
-
-