public class AsyncBackTranslationResult extends Object
Constructor and Description |
---|
AsyncBackTranslationResult()
The constructor.
|
AsyncBackTranslationResult(boolean finished,
BackTranslationResult[] results)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
BackTranslationResult[] |
getResults()
Returns the current results.
|
boolean |
isFinished()
Returns finished.
|
void |
setFinished(boolean finished)
Sets the finished.
|
void |
setResults(BackTranslationResult[] results)
Sets the current results.
|
public AsyncBackTranslationResult()
public AsyncBackTranslationResult(boolean finished, BackTranslationResult[] results)
finished
- true if asynchronous translation has done.results
- current resultspublic boolean isFinished()
public void setFinished(boolean finished)
finished
- finishedpublic BackTranslationResult[] getResults()
public void setResults(BackTranslationResult[] results)
results
- current results.