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

net.minidev.ovh.api.vrack.OvhTask Maven / Gradle / Ivy

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

import java.util.Date;

/**
 * vrack tasks
 */
public class OvhTask {
	/**
	 * canBeNull && readOnly
	 */
	public String targetDomain;

	/**
	 * canBeNull && readOnly
	 */
	public Long orderId;

	/**
	 * canBeNull && readOnly
	 */
	public String function;

	/**
	 * canBeNull && readOnly
	 */
	public Date lastUpdate;

	/**
	 * canBeNull && readOnly
	 */
	public Date todoDate;

	/**
	 * canBeNull && readOnly
	 */
	public Long id;

	/**
	 * canBeNull && readOnly
	 */
	public String serviceName;

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy