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

net.minidev.ovh.api.xdsl.email.pro.OvhTask Maven / Gradle / Ivy

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

import java.util.Date;

/**
 * Task Struct
 */
public class OvhTask {
	/**
	 * Function of the task
	 *
	 * canBeNull
	 */
	public String function;

	/**
	 * Todo date of the task
	 *
	 * canBeNull
	 */
	public Date todoDate;

	/**
	 * Finished date of the task
	 *
	 * canBeNull
	 */
	public Date finishDate;

	/**
	 * Status of the task
	 *
	 * canBeNull
	 */
	public OvhTaskStatusEnum status;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy