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

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

package net.minidev.ovh.api.ip;

/**
 * Traffic statistics in and out on a mitigated ip
 */
public class OvhMitigationStats {
	/**
	 * Traffic in
	 *
	 * canBeNull
	 */
	public OvhMitigationTraffic in;

	/**
	 * Traffic out
	 *
	 * canBeNull
	 */
	public OvhMitigationTraffic out;

	/**
	 * Traffic timestamp
	 *
	 * canBeNull
	 */
	public Long timestamp;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy