@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen") public class TaskProgress extends Object
| Constructor and Description |
|---|
TaskProgress() |
| Modifier and Type | Method and Description |
|---|---|
TaskProgress |
addErrorsItem(com.laserfiche.api.client.model.ProblemDetails errorsItem) |
boolean |
equals(Object o) |
TaskProgress |
errors(List<com.laserfiche.api.client.model.ProblemDetails> errors) |
List<com.laserfiche.api.client.model.ProblemDetails> |
getErrors()
Returns the list of errors occurred during the execution of the associated task.
|
String |
getId()
Returns the task ID of the task associated with this TaskProgress.
|
org.threeten.bp.OffsetDateTime |
getLastUpdateTime()
Returns the time representing when the associated task's status last changed.
|
Integer |
getPercentComplete()
Returns determines what percentage of the execution of the associated task is completed.
|
TaskResult |
getResult()
Returns result
|
org.threeten.bp.OffsetDateTime |
getStartTime()
Returns the time representing when the associated task's execution started.
|
TaskStatus |
getStatus()
Returns status
|
TaskType |
getTaskType()
Returns taskType
|
int |
hashCode() |
TaskProgress |
id(String id) |
TaskProgress |
lastUpdateTime(org.threeten.bp.OffsetDateTime lastUpdateTime) |
TaskProgress |
percentComplete(Integer percentComplete) |
TaskProgress |
result(TaskResult result) |
void |
setErrors(List<com.laserfiche.api.client.model.ProblemDetails> errors) |
void |
setId(String id) |
void |
setLastUpdateTime(org.threeten.bp.OffsetDateTime lastUpdateTime) |
void |
setPercentComplete(Integer percentComplete) |
void |
setResult(TaskResult result) |
void |
setStartTime(org.threeten.bp.OffsetDateTime startTime) |
void |
setStatus(TaskStatus status) |
void |
setTaskType(TaskType taskType) |
TaskProgress |
startTime(org.threeten.bp.OffsetDateTime startTime) |
TaskProgress |
status(TaskStatus status) |
TaskProgress |
taskType(TaskType taskType) |
String |
toString() |
public TaskProgress id(String id)
public String getId()
public void setId(String id)
public TaskProgress taskType(TaskType taskType)
public TaskType getTaskType()
public void setTaskType(TaskType taskType)
public TaskProgress percentComplete(Integer percentComplete)
public Integer getPercentComplete()
public void setPercentComplete(Integer percentComplete)
public TaskProgress status(TaskStatus status)
public TaskStatus getStatus()
public void setStatus(TaskStatus status)
public TaskProgress errors(List<com.laserfiche.api.client.model.ProblemDetails> errors)
public TaskProgress addErrorsItem(com.laserfiche.api.client.model.ProblemDetails errorsItem)
public List<com.laserfiche.api.client.model.ProblemDetails> getErrors()
public void setErrors(List<com.laserfiche.api.client.model.ProblemDetails> errors)
public TaskProgress result(TaskResult result)
public TaskResult getResult()
public void setResult(TaskResult result)
public TaskProgress startTime(org.threeten.bp.OffsetDateTime startTime)
public org.threeten.bp.OffsetDateTime getStartTime()
public void setStartTime(org.threeten.bp.OffsetDateTime startTime)
public TaskProgress lastUpdateTime(org.threeten.bp.OffsetDateTime lastUpdateTime)
public org.threeten.bp.OffsetDateTime getLastUpdateTime()
public void setLastUpdateTime(org.threeten.bp.OffsetDateTime lastUpdateTime)
Copyright © 2025. All rights reserved.