public class InputKeyEvent extends QApiType
QApiTypeDescriptor{name=InputKeyEvent, data={key=KeyValue, down=bool}, innerTypes=null}| Constructor and Description |
|---|
InputKeyEvent() |
InputKeyEvent(KeyValue key,
boolean down) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getFieldByName(String name) |
List<String> |
getFieldNames() |
InputKeyEvent |
withDown(boolean value) |
InputKeyEvent |
withKey(KeyValue value) |
toStringpublic InputKeyEvent()
public InputKeyEvent(KeyValue key, boolean down)
@Nonnull public InputKeyEvent withKey(KeyValue value)
@Nonnull public InputKeyEvent withDown(boolean value)
public List<String> getFieldNames()
getFieldNames in class QApiTypepublic Object getFieldByName(@Nonnull String name) throws NoSuchFieldException
getFieldByName in class QApiTypeNoSuchFieldException