Class BDBInfo.BDBInfoBuilder
- java.lang.Object
-
- io.mosip.kernel.core.cbeffutil.entity.BDBInfo.BDBInfoBuilder
-
-
Constructor Summary
Constructors Constructor Description BDBInfoBuilder()
-
Method Summary
-
-
-
Method Detail
-
withChallengeResponse
public BDBInfo.BDBInfoBuilder withChallengeResponse(byte[] challengeResponse)
-
withIndex
public BDBInfo.BDBInfoBuilder withIndex(String index)
-
withFormat
public BDBInfo.BDBInfoBuilder withFormat(RegistryIDType format)
-
withEncryption
public BDBInfo.BDBInfoBuilder withEncryption(Boolean encryption)
-
withCreationDate
public BDBInfo.BDBInfoBuilder withCreationDate(LocalDateTime creationDate)
-
withNotValidBefore
public BDBInfo.BDBInfoBuilder withNotValidBefore(LocalDateTime notValidBefore)
-
withNotValidAfter
public BDBInfo.BDBInfoBuilder withNotValidAfter(LocalDateTime notValidAfter)
-
withType
public BDBInfo.BDBInfoBuilder withType(List<SingleType> type)
-
withSubtype
public BDBInfo.BDBInfoBuilder withSubtype(List<String> subtype)
-
withLevel
public BDBInfo.BDBInfoBuilder withLevel(ProcessedLevelType level)
-
withProduct
public BDBInfo.BDBInfoBuilder withProduct(RegistryIDType product)
-
withPurpose
public BDBInfo.BDBInfoBuilder withPurpose(PurposeType purpose)
-
withQuality
public BDBInfo.BDBInfoBuilder withQuality(QualityType quality)
-
build
public BDBInfo build()
-
withCaptureDevice
public BDBInfo.BDBInfoBuilder withCaptureDevice(RegistryIDType captureDevice)
-
withFeatureExtractionAlgorithm
public BDBInfo.BDBInfoBuilder withFeatureExtractionAlgorithm(RegistryIDType featureExtractionAlgorithm)
-
withComparisonAlgorithm
public BDBInfo.BDBInfoBuilder withComparisonAlgorithm(RegistryIDType comparisonAlgorithm)
-
withCompressionAlgorithm
public BDBInfo.BDBInfoBuilder withCompressionAlgorithm(RegistryIDType compressionAlgorithm)
-
-