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

io.mosip.kernel.biometrics.model.Response Maven / Gradle / Ivy

package io.mosip.kernel.biometrics.model;

import lombok.Data;

/**
 * The Class Response.
 *
 * @author Manoj SP
 * @param  the generic type
 */
@Data
public class Response {
	
	/** The status code. */
	private Integer statusCode;
	
	/** The status message. */
	private String statusMessage;
	
	/** The response. */
	private T response;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy