public static class InstallationController.TestStatus extends Object
TestStatus
class encapsulates attributes related to the results of the
'serviceability' verification test.Modifier and Type | Field and Description |
---|---|
static int |
TEST_NOT_SUCCESSFUL |
static int |
TEST_SUCCESSFUL |
Constructor and Description |
---|
TestStatus() |
Modifier and Type | Method and Description |
---|---|
String |
getMessage() |
int |
getRetCode() |
void |
setMessage(String message) |
void |
setRetCode(int retCode) |
public static final int TEST_SUCCESSFUL
public static final int TEST_NOT_SUCCESSFUL
public String getMessage()
public void setMessage(String message)
message
- the message to setpublic int getRetCode()
public void setRetCode(int retCode)
retCode
- the retCode to setCopyright © 2006–2017 The Apache Software Foundation. All rights reserved.