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

io.mosip.preregistration.notification.dto.ResponseDTO Maven / Gradle / Ivy

There is a newer version: 1.0.10-rc1
Show newest version
package io.mosip.preregistration.notification.dto;

import lombok.Data;

/**
 * The DTO for template response.
 * 
 * @author Sanober Noor
 * @since 1.0.0
 */
@Data
public class ResponseDTO {
	/**
	 * The list of {@link TemplateResponseDTO}.
	 */
	String message;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy