All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.mosip.registration.dto.packetmanager.metadata.BiometricsMetaInfoDto Maven / Gradle / Ivy

package io.mosip.registration.dto.packetmanager.metadata;

import lombok.Data;

@Data
public class BiometricsMetaInfoDto {

	private int numRetry;
	private boolean forceCaptured;
	private String BIRIndex;

	public BiometricsMetaInfoDto(int numRetry, boolean forceCaptured, String bIRIndex) {
		super();
		this.numRetry = numRetry;
		this.forceCaptured = forceCaptured;
		BIRIndex = bIRIndex;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy