-
public final class ResolveAnimationResponseResponse type for the AnimationDomain.resolveAnimation command.
-
-
Field Summary
Fields Modifier and Type Field Description private final RemoteObjectremoteObject
-
Constructor Summary
Constructors Constructor Description ResolveAnimationResponse(RemoteObject remoteObject)
-
Method Summary
Modifier and Type Method Description final RemoteObjectcomponent1()final ResolveAnimationResponsecopy(RemoteObject remoteObject)final RemoteObjectgetRemoteObject()Corresponding remote object. -
-
Constructor Detail
-
ResolveAnimationResponse
ResolveAnimationResponse(RemoteObject remoteObject)
-
-
Method Detail
-
component1
final RemoteObject component1()
-
copy
final ResolveAnimationResponse copy(RemoteObject remoteObject)
-
getRemoteObject
final RemoteObject getRemoteObject()
Corresponding remote object.
-
-
-
-