-
public final class ReplaySnapshotRequestRequest object containing input parameters for the LayerTreeDomain.replaySnapshot command.
-
-
Constructor Summary
Constructors Constructor Description ReplaySnapshotRequest(String snapshotId, Integer fromStep, Integer toStep, Double scale)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Integercomponent2()final Integercomponent3()final Doublecomponent4()final ReplaySnapshotRequestcopy(String snapshotId, Integer fromStep, Integer toStep, Double scale)final StringgetSnapshotId()The id of the layer snapshot. final IntegergetFromStep()The first step to replay from (replay from the very start if not specified). final IntegergetToStep()The last step to replay to (replay till the end if not specified). final DoublegetScale()The scale to apply while replaying (defaults to 1). -
-
Method Detail
-
component1
final String component1()
-
component2
final Integer component2()
-
component3
final Integer component3()
-
component4
final Double component4()
-
copy
final ReplaySnapshotRequest copy(String snapshotId, Integer fromStep, Integer toStep, Double scale)
-
getSnapshotId
final String getSnapshotId()
The id of the layer snapshot.
-
getFromStep
final Integer getFromStep()
The first step to replay from (replay from the very start if not specified).
-
getToStep
final Integer getToStep()
The last step to replay to (replay till the end if not specified).
-
-
-
-