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

net.minidev.ovh.api.xdsl.antispam.OvhEvidencesInfoDetail Maven / Gradle / Ivy

The newest version!
package net.minidev.ovh.api.xdsl.antispam;

import java.util.Date;

/**
 * detail on evidences stored on PCS
 */
public class OvhEvidencesInfoDetail {
	/**
	 * File date on the PCS
	 *
	 * canBeNull
	 */
	public Date date;

	/**
	 * File name on the PCS
	 *
	 * canBeNull
	 */
	public String filename;

	/**
	 * Temporary URL to access file
	 *
	 * canBeNull
	 */
	public String url;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy