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 boolean
canEqual(Object other)
boolean
equals(Object o)
LocalDateTime
getAvailableAt()
The time at which the file was uploaded to a workflow.String
getBatchName()
Identifier for the batch to which the execution belongs.LocalDateTime
getCreatedAt()
The time at which the execution started.ExecutionFile
getFile()
File representation within a workflow execution.String
getId()
Identifier for the execution.DocT
getInference()
Deserialized inference object.String
getPriority()
Priority of the execution.LocalDateTime
getReviewedAt()
The time at which the file was tagged as reviewed.GeneratedV1Document
getReviewedPrediction()
Reviewed fields and values.String
getStatus()
Execution Status.String
getType()
Execution type.LocalDateTime
getUploadedAt()
The time at which the file was uploaded to a workflow.String
getWorkflowId()
Identifier for the workflow.int
hashCode()
String
toString()
-
-
-
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)
-
-