@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen") public class TaskResult extends Object
| Constructor and Description |
|---|
TaskResult() |
| Modifier and Type | Method and Description |
|---|---|
TaskResult |
entryId(Integer entryId) |
boolean |
equals(Object o) |
Integer |
getEntryId()
Returns the ID of the entry which is affected (e.g.
|
String |
getUri()
Returns the URI which can be used (via api call) to access the result(s) of the associated task.
|
int |
hashCode() |
void |
setEntryId(Integer entryId) |
void |
setUri(String uri) |
String |
toString() |
TaskResult |
uri(String uri) |
public TaskResult entryId(Integer entryId)
public Integer getEntryId()
public void setEntryId(Integer entryId)
public TaskResult uri(String uri)
public String getUri()
public void setUri(String uri)
Copyright © 2025. All rights reserved.