net.minidev.ovh.api.sslgateway.OvhTask Maven / Gradle / Ivy
package net.minidev.ovh.api.sslgateway;
import java.util.Date;
/**
* SSL Gateway tasks
*/
public class OvhTask {
/**
* Task progress percentage
*
* canBeNull && readOnly
*/
public Long progress;
/**
* The action made
*
* canBeNull && readOnly
*/
public OvhTaskActionEnum action;
/**
* Id of the task
*
* canBeNull && readOnly
*/
public Long id;
/**
* Creation date of your task
*
* canBeNull && readOnly
*/
public Date creationDate;
/**
* Current status of your task
*
* canBeNull && readOnly
*/
public OvhTaskStatusEnum status;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy