public class DevTestReturnValue extends Object implements iData
| Modifier and Type | Field and Description |
|---|---|
protected String |
message |
protected String |
node |
protected boolean |
success |
| Constructor and Description |
|---|
DevTestReturnValue() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
String |
getNode() |
boolean |
isSuccess() |
void |
setMessage(String message) |
void |
setNode(String node) |
void |
setSuccess(boolean success) |
Copyright © 2016–2022 CA Technologies. All rights reserved.