public class InputMoveEvent extends QApiType
QApiTypeDescriptor{name=InputMoveEvent, data={axis=InputAxis, value=int}, innerTypes=null}
Constructor and Description |
---|
InputMoveEvent() |
InputMoveEvent(InputAxis axis,
long value) |
Modifier and Type | Method and Description |
---|---|
Object |
getFieldByName(String name) |
List<String> |
getFieldNames() |
InputMoveEvent |
withAxis(InputAxis value) |
InputMoveEvent |
withValue(long value) |
toString
public InputMoveEvent()
public InputMoveEvent(InputAxis axis, long value)
@Nonnull public InputMoveEvent withAxis(InputAxis value)
@Nonnull public InputMoveEvent withValue(long value)
public List<String> getFieldNames()
getFieldNames
in class QApiType
public Object getFieldByName(@Nonnull String name) throws NoSuchFieldException
getFieldByName
in class QApiType
NoSuchFieldException