public class InputBtnEvent extends QApiType
QApiTypeDescriptor{name=InputBtnEvent, data={button=InputButton, down=bool}, innerTypes=null}
Modifier and Type | Field and Description |
---|---|
InputButton |
button |
boolean |
down |
Constructor and Description |
---|
InputBtnEvent() |
InputBtnEvent(InputButton button,
boolean down) |
Modifier and Type | Method and Description |
---|---|
Object |
getFieldByName(String name) |
List<String> |
getFieldNames() |
InputBtnEvent |
withButton(InputButton value) |
InputBtnEvent |
withDown(boolean value) |
toString
@Nonnull public InputButton button
public InputBtnEvent()
public InputBtnEvent(InputButton button, boolean down)
@Nonnull public InputBtnEvent withButton(InputButton value)
@Nonnull public InputBtnEvent withDown(boolean value)
public List<String> getFieldNames()
getFieldNames
in class QApiType
public Object getFieldByName(@Nonnull String name) throws NoSuchFieldException
getFieldByName
in class QApiType
NoSuchFieldException