Package io.mosip.mimoto.constant
Class QualityType
- java.lang.Object
-
- io.mosip.mimoto.constant.QualityType
-
- All Implemented Interfaces:
Serializable
public class QualityType extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected RegistryIDTypealgorithmprotected StringqualityCalculationFailedprotected Longscore
-
Constructor Summary
Constructors Constructor Description QualityType()
-
-
-
Field Detail
-
algorithm
protected RegistryIDType algorithm
-
score
protected Long score
-
qualityCalculationFailed
protected String qualityCalculationFailed
-
-