Class BDBInfo
- java.lang.Object
-
- io.mosip.kernel.core.cbeffutil.entity.BDBInfo
-
public class BDBInfo extends Object
- Author:
- Ramadurai Pandian
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBDBInfo.BDBInfoBuilder
-
Constructor Summary
Constructors Constructor Description BDBInfo(BDBInfo.BDBInfoBuilder bDBInfoBuilder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RegistryIDTypegetCaptureDevice()byte[]getChallengeResponse()RegistryIDTypegetComparisonAlgorithm()RegistryIDTypegetCompressionAlgorithm()LocalDateTimegetCreationDate()BooleangetEncryption()RegistryIDTypegetFeatureExtractionAlgorithm()RegistryIDTypegetFormat()StringgetIndex()ProcessedLevelTypegetLevel()LocalDateTimegetNotValidAfter()LocalDateTimegetNotValidBefore()RegistryIDTypegetProduct()PurposeTypegetPurpose()QualityTypegetQuality()List<String>getSubtype()List<SingleType>getType()BDBInfoTypetoBDBInfo()
-
-
-
Constructor Detail
-
BDBInfo
public BDBInfo(BDBInfo.BDBInfoBuilder bDBInfoBuilder)
-
-
Method Detail
-
getChallengeResponse
public byte[] getChallengeResponse()
-
getIndex
public String getIndex()
-
getFormat
public RegistryIDType getFormat()
-
getEncryption
public Boolean getEncryption()
-
getCreationDate
public LocalDateTime getCreationDate()
-
getNotValidBefore
public LocalDateTime getNotValidBefore()
-
getNotValidAfter
public LocalDateTime getNotValidAfter()
-
getType
public List<SingleType> getType()
-
getLevel
public ProcessedLevelType getLevel()
-
getProduct
public RegistryIDType getProduct()
-
getPurpose
public PurposeType getPurpose()
-
getQuality
public QualityType getQuality()
-
getCaptureDevice
public RegistryIDType getCaptureDevice()
- Returns:
- the captureDevice
-
getFeatureExtractionAlgorithm
public RegistryIDType getFeatureExtractionAlgorithm()
- Returns:
- the featureExtractionAlgorithm
-
getComparisonAlgorithm
public RegistryIDType getComparisonAlgorithm()
- Returns:
- the comparisonAlgorithm
-
getCompressionAlgorithm
public RegistryIDType getCompressionAlgorithm()
- Returns:
- the compressionAlgorithm
-
toBDBInfo
public BDBInfoType toBDBInfo()
-
-