-
public final class GetCurrentTimeResponseResponse type for the AnimationDomain.getCurrentTime command.
-
-
Field Summary
Fields Modifier and Type Field Description private final DoublecurrentTime
-
Constructor Summary
Constructors Constructor Description GetCurrentTimeResponse(Double currentTime)
-
Method Summary
Modifier and Type Method Description final Doublecomponent1()final GetCurrentTimeResponsecopy(Double currentTime)final DoublegetCurrentTime()Current time of the page. -
-
Constructor Detail
-
GetCurrentTimeResponse
GetCurrentTimeResponse(Double currentTime)
-
-
Method Detail
-
component1
final Double component1()
-
copy
final GetCurrentTimeResponse copy(Double currentTime)
-
getCurrentTime
final Double getCurrentTime()
Current time of the page.
-
-
-
-