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 enum
The status of the task.static class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected String
The description of the task.protected Long
The execution time of the task, in milliseconds.protected Long
A timestamp recording when the task was finished.protected String
The ID of the task.protected Long
A timestamp recording when the task progress was last updated.protected String
Information about the progress of the task.protected Long
The progress of the task, as a percentage complete.protected URI
The URL of the task.protected Long
A timestamp recording when the task was started.The status of the task.protected Long
A timestamp recording when the task was submitted.protected Long
The ID of the user who submitted the task. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
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
.TaskProgressBeanRemoveOptionFromIssuesResult
(Consumer<TaskProgressBeanRemoveOptionFromIssuesResult> spec) Constructs a validated instance ofTaskProgressBeanRemoveOptionFromIssuesResult
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic TaskProgressBeanRemoveOptionFromIssuesResult.TaskProgressBeanRemoveOptionFromIssuesResultBuilder
builder()
protected boolean
The 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.boolean
finished()
A timestamp recording when the task was finished.A timestamp recording when the task was finished.int
hashCode()
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
-