-
public final class ReplaySnapshotResponseResponse type for the LayerTreeDomain.replaySnapshot command.
-
-
Constructor Summary
Constructors Constructor Description ReplaySnapshotResponse(String dataURL)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final ReplaySnapshotResponsecopy(String dataURL)final StringgetDataURL()A data: URL for resulting image. -
-
Constructor Detail
-
ReplaySnapshotResponse
ReplaySnapshotResponse(String dataURL)
-
-
Method Detail
-
component1
final String component1()
-
copy
final ReplaySnapshotResponse copy(String dataURL)
-
getDataURL
final String getDataURL()
A data: URL for resulting image.
-
-
-
-