-
public final class SetTouchEmulationEnabledRequestRequest object containing input parameters for the EmulationDomain.setTouchEmulationEnabled command.
-
-
Field Summary
Fields Modifier and Type Field Description private final Booleanenabledprivate final IntegermaxTouchPoints
-
Constructor Summary
Constructors Constructor Description SetTouchEmulationEnabledRequest(Boolean enabled, Integer maxTouchPoints)
-
Method Summary
Modifier and Type Method Description final Booleancomponent1()final Integercomponent2()final SetTouchEmulationEnabledRequestcopy(Boolean enabled, Integer maxTouchPoints)final BooleangetEnabled()Whether the touch event emulation should be enabled. final IntegergetMaxTouchPoints()Maximum touch points supported. -
-
Method Detail
-
component1
final Boolean component1()
-
component2
final Integer component2()
-
copy
final SetTouchEmulationEnabledRequest copy(Boolean enabled, Integer maxTouchPoints)
-
getEnabled
final Boolean getEnabled()
Whether the touch event emulation should be enabled.
-
getMaxTouchPoints
final Integer getMaxTouchPoints()
Maximum touch points supported. Defaults to one.
-
-
-
-