public class AIResponse extends Object implements Serializable
| Constructor and Description |
|---|
AIResponse() |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanup() |
String |
getId()
Unique identifier of the result.
|
Result |
getResult()
Result object
|
Status |
getStatus() |
Date |
getTimestamp() |
boolean |
isError() |
void |
setId(String id) |
void |
setResult(Result result) |
void |
setStatus(Status status) |
void |
setTimestamp(Date timestamp) |
String |
toString() |
public String getId()
public void setId(String id)
public Date getTimestamp()
public void setTimestamp(Date timestamp)
public Result getResult()
public void setResult(Result result)
public Status getStatus()
public void setStatus(Status status)
public boolean isError()
public void cleanup()
Copyright © 2016. All rights reserved.