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

com.icthh.xm.commons.messaging.communication.Sender Maven / Gradle / Ivy

There is a newer version: 4.0.21
Show newest version
package com.icthh.xm.commons.messaging.communication;

import lombok.Data;

/**
 * Sender of the communication message.
 */
@Data
public class Sender {

    private String id;
    private String email;
    private String name;
    private String phoneNumber;
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy