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

com.github.muratkaragozgil.netmera4j.model.notification.SingleStat Maven / Gradle / Ivy

There is a newer version: 1.6
Show newest version
package com.github.muratkaragozgil.netmera4j.model.notification;

import com.github.muratkaragozgil.netmera4j.constant.Platform;
import lombok.Getter;
import lombok.Setter;
import lombok.ToString;

/**
 * @author Murat Karagözgil
 */
@Getter
@Setter
@ToString
public class SingleStat {
    private Platform platform;
    private Integer sent;
    private Integer failed;
    private Integer clicked;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy