@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen") public class OperationProgress extends Object
| Constructor and Description |
|---|
OperationProgress() |
| Modifier and Type | Method and Description |
|---|---|
OperationProgress |
addErrorsItem(OperationErrorItem errorsItem) |
OperationProgress |
entryId(Integer entryId) |
boolean |
equals(Object o) |
OperationProgress |
errors(List<OperationErrorItem> errors) |
Integer |
getEntryId()
Returns the ID of the entry affected (e.g.
|
List<OperationErrorItem> |
getErrors()
Returns the list of errors occurred during the execution of the associated operation.
|
String |
getOperationToken()
Returns the operation token of the operation associated with this OperationProgress.
|
String |
getOperationType()
Returns the type of the operation associated with this OperationProgress.
|
Integer |
getPercentComplete()
Returns determines what percentage of the execution of the associated operation is completed.
|
String |
getRedirectUri()
Returns the URI which can be used (via api call) to access the result(s) of the associated operation.
|
org.threeten.bp.OffsetDateTime |
getStartTimestamp()
Returns the timestamp representing when the associated operation's execution is started.
|
OperationStatus |
getStatus()
Returns status
|
org.threeten.bp.OffsetDateTime |
getStatusTimestamp()
Returns the timestamp representing the last time when the associated task's status has changed.
|
int |
hashCode() |
OperationProgress |
operationToken(String operationToken) |
OperationProgress |
operationType(String operationType) |
OperationProgress |
percentComplete(Integer percentComplete) |
OperationProgress |
redirectUri(String redirectUri) |
void |
setEntryId(Integer entryId) |
void |
setErrors(List<OperationErrorItem> errors) |
void |
setOperationToken(String operationToken) |
void |
setOperationType(String operationType) |
void |
setPercentComplete(Integer percentComplete) |
void |
setRedirectUri(String redirectUri) |
void |
setStartTimestamp(org.threeten.bp.OffsetDateTime startTimestamp) |
void |
setStatus(OperationStatus status) |
void |
setStatusTimestamp(org.threeten.bp.OffsetDateTime statusTimestamp) |
OperationProgress |
startTimestamp(org.threeten.bp.OffsetDateTime startTimestamp) |
OperationProgress |
status(OperationStatus status) |
OperationProgress |
statusTimestamp(org.threeten.bp.OffsetDateTime statusTimestamp) |
String |
toString() |
public OperationProgress operationToken(String operationToken)
public String getOperationToken()
public void setOperationToken(String operationToken)
public OperationProgress operationType(String operationType)
public String getOperationType()
public void setOperationType(String operationType)
public OperationProgress percentComplete(Integer percentComplete)
public Integer getPercentComplete()
public void setPercentComplete(Integer percentComplete)
public OperationProgress status(OperationStatus status)
public OperationStatus getStatus()
public void setStatus(OperationStatus status)
public OperationProgress errors(List<OperationErrorItem> errors)
public OperationProgress addErrorsItem(OperationErrorItem errorsItem)
public List<OperationErrorItem> getErrors()
public void setErrors(List<OperationErrorItem> errors)
public OperationProgress redirectUri(String redirectUri)
public String getRedirectUri()
public void setRedirectUri(String redirectUri)
public OperationProgress entryId(Integer entryId)
public Integer getEntryId()
public void setEntryId(Integer entryId)
public OperationProgress startTimestamp(org.threeten.bp.OffsetDateTime startTimestamp)
public org.threeten.bp.OffsetDateTime getStartTimestamp()
public void setStartTimestamp(org.threeten.bp.OffsetDateTime startTimestamp)
public OperationProgress statusTimestamp(org.threeten.bp.OffsetDateTime statusTimestamp)
public org.threeten.bp.OffsetDateTime getStatusTimestamp()
public void setStatusTimestamp(org.threeten.bp.OffsetDateTime statusTimestamp)
Copyright © 2025. All rights reserved.