public class TestResult extends Object
| Constructor and Description |
|---|
TestResult() |
| Modifier and Type | Method and Description |
|---|---|
String |
getIp() |
int |
getPort() |
boolean |
isReachable() |
void |
setIp(String ip) |
void |
setPort(int port) |
void |
setResult(boolean result) |
public TestResult()