Package com.confidentify.client.model
Class MatchJobAllAllOf
- java.lang.Object
-
- com.confidentify.client.model.MatchJobAllAllOf
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-06-18T21:51:17.428661900+02:00[Europe/Paris]") public class MatchJobAllAllOf extends Object
MatchJobAllAllOf
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_CREATED_BYstatic StringSERIALIZED_NAME_FINISHED_ATstatic StringSERIALIZED_NAME_PHASEstatic StringSERIALIZED_NAME_PROGRESSstatic StringSERIALIZED_NAME_STARTED_AT
-
Constructor Summary
Constructors Constructor Description MatchJobAllAllOf()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MatchJobAllAllOfcreatedBy(String createdBy)booleanequals(Object o)MatchJobAllAllOffinishedAt(OffsetDateTime finishedAt)StringgetCreatedBy()The username of the user who created the jobOffsetDateTimegetFinishedAt()The date and time of job finishing.StringgetPhase()A description of the latest known job state.MatchJobProgressgetProgress()Get progressOffsetDateTimegetStartedAt()The date and time of job starting.inthashCode()MatchJobAllAllOfphase(String phase)MatchJobAllAllOfprogress(MatchJobProgress progress)voidsetCreatedBy(String createdBy)voidsetFinishedAt(OffsetDateTime finishedAt)voidsetPhase(String phase)voidsetProgress(MatchJobProgress progress)voidsetStartedAt(OffsetDateTime startedAt)MatchJobAllAllOfstartedAt(OffsetDateTime startedAt)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_CREATED_BY
public static final String SERIALIZED_NAME_CREATED_BY
- 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
-
createdBy
public MatchJobAllAllOf 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)
-
startedAt
public MatchJobAllAllOf 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 MatchJobAllAllOf 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 MatchJobAllAllOf 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 MatchJobAllAllOf progress(MatchJobProgress progress)
-
getProgress
@Nullable public MatchJobProgress getProgress()
Get progress- Returns:
- progress
-
setProgress
public void setProgress(MatchJobProgress progress)
-
-