| Package | Description |
|---|---|
| org.xdi.oxd.common |
| Modifier and Type | Method and Description |
|---|---|
static ResponseStatus |
ResponseStatus.fromValue(String v)
Returns response status object based on string value of status.
|
ResponseStatus |
CommandResponse.getStatus() |
static ResponseStatus |
ResponseStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResponseStatus[] |
ResponseStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CommandResponse |
CommandResponse.setStatus(ResponseStatus p_status) |
| Constructor and Description |
|---|
CommandResponse(ResponseStatus p_status) |
CommandResponse(ResponseStatus p_status,
org.codehaus.jackson.JsonNode p_data) |
Copyright © 2018. All rights reserved.