public final class SetValueCommand extends Command
Modifier and Type | Class and Description |
---|---|
static class |
SetValueCommand.Builder |
delay, description, screenLock, type, when
Modifier and Type | Method and Description |
---|---|
static SetValueCommand.Builder |
builder() |
boolean |
equals(Object o) |
String |
getComponentId()
The id of the component whose value to set.
|
String |
getProperty()
The name of the property to set.
|
String |
getValue()
The property value to set.
|
int |
hashCode() |
String |
toString() |
getDelay, getDescription, getScreenLock, getType, getWhen
public static SetValueCommand.Builder builder()
public String getComponentId()
public String getProperty()
public String getValue()
Copyright © 2023. All rights reserved.