public class SpellCheckResponse.Correction extends Object
| Constructor and Description |
|---|
SpellCheckResponse.Correction(String original,
String correction) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCorrection() |
String |
getOriginal() |
void |
setCorrection(String correction) |
void |
setOriginal(String original) |
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.