public static class Device.RemoveResource extends Command<Device.CommandId>
Device.sendDeviceManagementCommand(buzz.getcoco.iot.Command<buzz.getcoco.iot.Device.CommandId>, buzz.getcoco.iot.Device.DeviceManagementStatusListener) while sending remove resource commands.Command.State| Modifier and Type | Field and Description |
|---|---|
java.util.List<Parameter<InfoResponse.Value>> |
parameters |
java.lang.String |
resourceEui |
| Constructor and Description |
|---|
RemoveResource(Resource resource,
java.util.List<Parameter<InfoResponse.Value>> parameters)
Constructor for this command.
|
getCommandId, getTimeout, setCommandId, setTimeout, toJsonObject, toString@SerializedName(value="resourceEui") public java.lang.String resourceEui
@SerializedName(value="paramArr") public java.util.List<Parameter<InfoResponse.Value>> parameters
public RemoveResource(Resource resource, java.util.List<Parameter<InfoResponse.Value>> parameters)
resource - resource in interest to be removed forcefullyparameters - list of implementations of InfoResponse.Value