Klasse TaskProgressBeanRemoveOptionFromIssuesResult
java.lang.Object
io.github.primelib.jira4j.restv2.model.TaskProgressBeanRemoveOptionFromIssuesResult
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class TaskProgressBeanRemoveOptionFromIssuesResult
extends Object
TaskProgressBeanRemoveOptionFromIssuesResult
-
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 URIThe URL of the task.protected LongA timestamp recording when the task was started.The 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
KonstruktorenModifiziererKonstruktorBeschreibungprotectedTaskProgressBeanRemoveOptionFromIssuesResult(String description, Long elapsedRuntime, Long finished, String id, Long lastUpdate, String message, Long progress, TaskProgressBeanRemoveOptionFromIssuesResultResult result, URI self, Long started, TaskProgressBeanRemoveOptionFromIssuesResult.StatusEnum status, Long submitted, Long submittedBy) Constructs a validated instance ofTaskProgressBeanRemoveOptionFromIssuesResult.TaskProgressBeanRemoveOptionFromIssuesResult(Consumer<TaskProgressBeanRemoveOptionFromIssuesResult> spec) Constructs a validated instance ofTaskProgressBeanRemoveOptionFromIssuesResult. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic TaskProgressBeanRemoveOptionFromIssuesResult.TaskProgressBeanRemoveOptionFromIssuesResultBuilderbuilder()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()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
-
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
-
TaskProgressBeanRemoveOptionFromIssuesResult
public TaskProgressBeanRemoveOptionFromIssuesResult(Consumer<TaskProgressBeanRemoveOptionFromIssuesResult> spec) Constructs a validated instance ofTaskProgressBeanRemoveOptionFromIssuesResult.- Parameter:
spec- the specification to process
-
TaskProgressBeanRemoveOptionFromIssuesResult
@Internal public TaskProgressBeanRemoveOptionFromIssuesResult(String description, Long elapsedRuntime, Long finished, String id, Long lastUpdate, String message, Long progress, TaskProgressBeanRemoveOptionFromIssuesResultResult result, URI self, Long started, TaskProgressBeanRemoveOptionFromIssuesResult.StatusEnum status, Long submitted, Long submittedBy) Constructs a validated instance ofTaskProgressBeanRemoveOptionFromIssuesResult.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
TaskProgressBeanRemoveOptionFromIssuesResult(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- var.nameself- 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.
-
TaskProgressBeanRemoveOptionFromIssuesResult
protected TaskProgressBeanRemoveOptionFromIssuesResult()
-
-
Methodendetails
-
builder
public static TaskProgressBeanRemoveOptionFromIssuesResult.TaskProgressBeanRemoveOptionFromIssuesResultBuilder 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
-
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
public TaskProgressBeanRemoveOptionFromIssuesResult result(TaskProgressBeanRemoveOptionFromIssuesResultResult result) - 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
public TaskProgressBeanRemoveOptionFromIssuesResult status(TaskProgressBeanRemoveOptionFromIssuesResult.StatusEnum 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
-