Package com.mindee.v2.parsing
Class BaseInference
- java.lang.Object
-
- com.mindee.v2.parsing.BaseInference
-
-
Field Summary
Fields Modifier and Type Field Description protected InferenceFilefileFile info.protected StringidInference ID.protected InferenceJobjobJob the inference belongs to.protected InferenceModelmodelModel info.
-
Constructor Summary
Constructors Constructor Description BaseInference()BaseInference(String id, InferenceJob job, InferenceModel model, InferenceFile file)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)InferenceFilegetFile()File info.StringgetId()Inference ID.InferenceJobgetJob()Job the inference belongs to.InferenceModelgetModel()Model info.inthashCode()StringtoString()
-
-
-
Field Detail
-
id
protected String id
Inference ID.
-
job
protected InferenceJob job
Job the inference belongs to.
-
model
protected InferenceModel model
Model info.
-
file
protected InferenceFile file
File info.
-
-
Constructor Detail
-
BaseInference
public BaseInference(String id, InferenceJob job, InferenceModel model, InferenceFile file)
-
BaseInference
public BaseInference()
-
-
Method Detail
-
getId
public String getId()
Inference ID.
-
getJob
public InferenceJob getJob()
Job the inference belongs to.
-
getModel
public InferenceModel getModel()
Model info.
-
getFile
public InferenceFile getFile()
File info.
-
canEqual
protected boolean canEqual(Object other)
-
-