io.mosip.preregistration.notification.dto.ResponseDTO Maven / Gradle / Ivy
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