public class RemoveDeviceCmd extends Object implements Command<Void>
protected String
deviceId
RemoveDeviceCmd(String deviceId)
Void
execute(CommandContext commandContext)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected final String deviceId
public RemoveDeviceCmd(String deviceId)
public Void execute(CommandContext commandContext)
execute
Command<Void>