| Constructor and Description |
|---|
Result(String commentIn,
boolean resultIn)
Construct a new Result
|
| Modifier and Type | Method and Description |
|---|---|
String |
getComment()
Human readable comment
|
boolean |
getResult()
boolean indicating success
|
public Result(String commentIn, boolean resultIn)
commentIn - Human readable commentresultIn - boolean indicating successpublic boolean getResult()
public String getComment()
Copyright © 2016. All rights reserved.