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

net.minidev.ovh.api.xdsl.OvhDslamPortLog Maven / Gradle / Ivy

There is a newer version: 1.0.17
Show newest version
package net.minidev.ovh.api.xdsl;

import java.util.Date;

/**
 * A message log from the DSLAM
 */
public class OvhDslamPortLog {
	/**
	 * canBeNull && readOnly
	 */
	public Date date;

	/**
	 * The number of times this message occured between date and lastOccurrenceDate
	 *
	 * canBeNull && readOnly
	 */
	public Long numberOfOccurrences;

	/**
	 * The last time this message occured
	 *
	 * canBeNull && readOnly
	 */
	public Date lastOccurrenceDate;

	/**
	 * canBeNull && readOnly
	 */
	public String message;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy