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

net.minidev.ovh.api.ip.OvhSpamTarget Maven / Gradle / Ivy

package net.minidev.ovh.api.ip;

/**
 * Spam's target information
 */
public class OvhSpamTarget {
	/**
	 * Timestamp when the email was sent
	 *
	 * canBeNull
	 */
	public Long date;

	/**
	 * IP address of the target
	 *
	 * canBeNull
	 */
	public String destinationIp;

	/**
	 * Spam score for the email
	 *
	 * canBeNull
	 */
	public Long spamscore;

	/**
	 * The message-id of the email
	 *
	 * canBeNull
	 */
	public String messageId;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy