-
public final class SetPausedRequestRequest object containing input parameters for the AnimationDomain.setPaused command.
-
-
Field Summary
Fields Modifier and Type Field Description private final List<String>animationsprivate final Booleanpaused
-
Constructor Summary
Constructors Constructor Description SetPausedRequest(List<String> animations, Boolean paused)
-
Method Summary
Modifier and Type Method Description final List<String>component1()final Booleancomponent2()final SetPausedRequestcopy(List<String> animations, Boolean paused)final List<String>getAnimations()Animations to set the pause state of. final BooleangetPaused()Paused state to set to. -
-
Method Detail
-
component1
final List<String> component1()
-
component2
final Boolean component2()
-
copy
final SetPausedRequest copy(List<String> animations, Boolean paused)
-
getAnimations
final List<String> getAnimations()
Animations to set the pause state of.
-
-
-
-