| Package | Description |
|---|---|
| io.joynr.dispatcher.rpc |
| Modifier and Type | Method and Description |
|---|---|
RequestStatusCode |
RequestStatus.getCode() |
static RequestStatusCode |
RequestStatusCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RequestStatusCode[] |
RequestStatusCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RequestStatus.setCode(RequestStatusCode code) |
| Constructor and Description |
|---|
RequestStatus(RequestStatusCode code) |
RequestStatus(RequestStatusCode code,
String description) |
Copyright © 2021. All rights reserved.