| Package | Description |
|---|---|
| com.ibm.wiotp.sdk.devicemgmt | |
| com.ibm.wiotp.sdk.devicemgmt.internal |
| Modifier and Type | Method and Description |
|---|---|
static DeviceAction.Status |
DeviceAction.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeviceAction.Status[] |
DeviceAction.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeviceAction.setStatus(DeviceAction.Status status)
Set the failure status of the current device action
The Device Action handler must use this method to report the failure status back to IBM Watson IoT Platform whenever there is a failure. |
void |
DeviceAction.setStatus(DeviceAction.Status status,
String message)
Set the failure status of the current device action
The Device Action handler must use this method to report the failure status back to IBM Watson IoT Platform whenever there is a failure. |
| Modifier and Type | Method and Description |
|---|---|
void |
ConcreteDeviceAction.setStatus(DeviceAction.Status status)
Set the failure status of the current device action
The Device Action handler must use this method to report the failure status back to IBM Watson IoT Platform whenever there is a failure. |
void |
ConcreteDeviceAction.setStatus(DeviceAction.Status status,
String message)
Set the failure status of the current device action
The Device Action handler must use this method to report the failure status back to IBM Watson IoT Platform whenever there is a failure. |
Copyright © 2019. All rights reserved.