public class Echo extends Object
| Constructor and Description |
|---|
Echo() |
Echo(String original,
String echoed) |
| Modifier and Type | Method and Description |
|---|---|
String |
getEchoed() |
String |
getOriginal() |
void |
setEchoed(String echoed) |
void |
setOriginal(String original) |
Copyright © 2017 earcam. All rights reserved.