Klasse TaskProgressBeanObject
java.lang.Object
io.github.primelib.jira4j.restv2.model.TaskProgressBeanObject
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class TaskProgressBeanObject
extends Object
TaskProgressBeanObject
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic enumThe status of the task.static class -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected StringThe description of the task.protected LongThe execution time of the task, in milliseconds.protected LongA timestamp recording when the task was finished.protected StringThe ID of the task.protected LongA timestamp recording when the task progress was last updated.protected StringInformation about the progress of the task.protected LongThe progress of the task, as a percentage complete.protected ObjectThe result of the task execution.protected URIThe URL of the task.protected LongA timestamp recording when the task was started.protected TaskProgressBeanObject.StatusEnumThe status of the task.protected LongA timestamp recording when the task was submitted.protected LongThe ID of the user who submitted the task. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedTaskProgressBeanObject(String description, Long elapsedRuntime, Long finished, String id, Long lastUpdate, String message, Long progress, Object result, URI self, Long started, TaskProgressBeanObject.StatusEnum status, Long submitted, Long submittedBy) Constructs a validated instance ofTaskProgressBeanObject.Constructs a validated instance ofTaskProgressBeanObject. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanThe description of the task.description(String description) The description of the task.The execution time of the task, in milliseconds.elapsedRuntime(Long elapsedRuntime) The execution time of the task, in milliseconds.booleanfinished()A timestamp recording when the task was finished.A timestamp recording when the task was finished.inthashCode()id()The ID of the task.The ID of the task.A timestamp recording when the task progress was last updated.lastUpdate(Long lastUpdate) A timestamp recording when the task progress was last updated.message()Information about the progress of the task.Information about the progress of the task.progress()The progress of the task, as a percentage complete.The progress of the task, as a percentage complete.result()The result of the task execution.The result of the task execution.self()The URL of the task.The URL of the task.started()A timestamp recording when the task was started.A timestamp recording when the task was started.status()The status of the task.The status of the task.A timestamp recording when the task was submitted.A timestamp recording when the task was submitted.The ID of the user who submitted the task.submittedBy(Long submittedBy) The ID of the user who submitted the task.toString()
-
Felddetails
-
description
The description of the task. -
elapsedRuntime
The execution time of the task, in milliseconds. -
finished
A timestamp recording when the task was finished. -
id
The ID of the task. -
lastUpdate
A timestamp recording when the task progress was last updated. -
message
Information about the progress of the task. -
progress
The progress of the task, as a percentage complete. -
result
The result of the task execution. -
self
The URL of the task. -
started
A timestamp recording when the task was started. -
status
The status of the task. -
submitted
A timestamp recording when the task was submitted. -
submittedBy
The ID of the user who submitted the task.
-
-
Konstruktordetails
-
TaskProgressBeanObject
Constructs a validated instance ofTaskProgressBeanObject.- Parameter:
spec- the specification to process
-
TaskProgressBeanObject
@Internal public TaskProgressBeanObject(String description, Long elapsedRuntime, Long finished, String id, Long lastUpdate, String message, Long progress, Object result, URI self, Long started, TaskProgressBeanObject.StatusEnum status, Long submitted, Long submittedBy) Constructs a validated instance ofTaskProgressBeanObject.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
TaskProgressBeanObject(Consumer)instead.- Parameter:
description- The description of the task.elapsedRuntime- The execution time of the task, in milliseconds.finished- A timestamp recording when the task was finished.id- The ID of the task.lastUpdate- A timestamp recording when the task progress was last updated.message- Information about the progress of the task.progress- The progress of the task, as a percentage complete.result- The result of the task execution.self- The URL of the task.started- A timestamp recording when the task was started.status- The status of the task.submitted- A timestamp recording when the task was submitted.submittedBy- The ID of the user who submitted the task.
-
TaskProgressBeanObject
protected TaskProgressBeanObject()
-
-
Methodendetails
-
builder
-
description
The description of the task. -
elapsedRuntime
The execution time of the task, in milliseconds. -
finished
A timestamp recording when the task was finished. -
id
The ID of the task. -
lastUpdate
A timestamp recording when the task progress was last updated. -
message
Information about the progress of the task. -
progress
The progress of the task, as a percentage complete. -
result
The result of the task execution. -
self
The URL of the task. -
started
A timestamp recording when the task was started. -
status
The status of the task. -
submitted
A timestamp recording when the task was submitted. -
submittedBy
The ID of the user who submitted the task. -
description
The description of the task.- Gibt zurück:
this.
-
elapsedRuntime
The execution time of the task, in milliseconds.- Gibt zurück:
this.
-
finished
A timestamp recording when the task was finished.- Gibt zurück:
this.
-
id
The ID of the task.- Gibt zurück:
this.
-
lastUpdate
A timestamp recording when the task progress was last updated.- Gibt zurück:
this.
-
message
Information about the progress of the task.- Gibt zurück:
this.
-
progress
The progress of the task, as a percentage complete.- Gibt zurück:
this.
-
result
The result of the task execution.- Gibt zurück:
this.
-
self
The URL of the task.- Gibt zurück:
this.
-
started
A timestamp recording when the task was started.- Gibt zurück:
this.
-
status
The status of the task.- Gibt zurück:
this.
-
submitted
A timestamp recording when the task was submitted.- Gibt zurück:
this.
-
submittedBy
The ID of the user who submitted the task.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-