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

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

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

import lombok.Data;

/**
 * DTO class for sms request.
 * 
 * @author Sanober Noor
 * @since 1.0.0
 */
@Data
public class SMSRequestDTO {
	/**
	 * The message.
	 */
	private String message;
	/**
	 * The number.
	 */
	private String number;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy