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

io.mosip.credentialstore.dto.BestFingerDto Maven / Gradle / Ivy

package io.mosip.credentialstore.dto;

import lombok.AllArgsConstructor;
import lombok.Data;

@Data
@AllArgsConstructor
public class BestFingerDto {

	String subType;
	int rank;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy