Package com.mindee.parsing.common
Class Execution<DocT extends Inference>
- java.lang.Object
-
- com.mindee.parsing.common.Execution<DocT>
-
-
Constructor Summary
Constructors Constructor Description Execution()Execution(String batchName, LocalDateTime createdAt, ExecutionFile file, String id, DocT inference, String priority, LocalDateTime reviewedAt, LocalDateTime availableAt, GeneratedV1Document reviewedPrediction, String status, String type, LocalDateTime uploadedAt, String workflowId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)LocalDateTimegetAvailableAt()The time at which the file was uploaded to a workflow.StringgetBatchName()Identifier for the batch to which the execution belongs.LocalDateTimegetCreatedAt()The time at which the execution started.ExecutionFilegetFile()File representation within a workflow execution.StringgetId()Identifier for the execution.DocTgetInference()Deserialized inference object.StringgetPriority()Priority of the execution.LocalDateTimegetReviewedAt()The time at which the file was tagged as reviewed.GeneratedV1DocumentgetReviewedPrediction()Reviewed fields and values.StringgetStatus()Execution Status.StringgetType()Execution type.LocalDateTimegetUploadedAt()The time at which the file was uploaded to a workflow.StringgetWorkflowId()Identifier for the workflow.inthashCode()StringtoString()
-
-
-
Constructor Detail
-
Execution
public Execution(String batchName, LocalDateTime createdAt, ExecutionFile file, String id, DocT inference, String priority, LocalDateTime reviewedAt, LocalDateTime availableAt, GeneratedV1Document reviewedPrediction, String status, String type, LocalDateTime uploadedAt, String workflowId)
-
Execution
public Execution()
-
-
Method Detail
-
getBatchName
public String getBatchName()
Identifier for the batch to which the execution belongs.
-
getCreatedAt
public LocalDateTime getCreatedAt()
The time at which the execution started.
-
getFile
public ExecutionFile getFile()
File representation within a workflow execution.
-
getId
public String getId()
Identifier for the execution.
-
getInference
public DocT getInference()
Deserialized inference object.
-
getPriority
public String getPriority()
Priority of the execution.
-
getReviewedAt
public LocalDateTime getReviewedAt()
The time at which the file was tagged as reviewed.
-
getAvailableAt
public LocalDateTime getAvailableAt()
The time at which the file was uploaded to a workflow.
-
getReviewedPrediction
public GeneratedV1Document getReviewedPrediction()
Reviewed fields and values.
-
getStatus
public String getStatus()
Execution Status.
-
getType
public String getType()
Execution type.
-
getUploadedAt
public LocalDateTime getUploadedAt()
The time at which the file was uploaded to a workflow.
-
getWorkflowId
public String getWorkflowId()
Identifier for the workflow.
-
canEqual
protected boolean canEqual(Object other)
-
-