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

io.mosip.pmp.partner.dto.ValidatorResponseDto Maven / Gradle / Ivy

There is a newer version: 1.1.4
Show newest version
package io.mosip.pmp.partner.dto;

import lombok.Data;

/**
 * 
 * @author Sagar Mahapatra
 * @since 1.0.0
 * 
 */
@Data
public class ValidatorResponseDto {
	/**
	 * The validation request status.
	 */
	private String status;
	/**
	 * The validation request message.
	 */
	private String message;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy