-
public final class ProfileSnapshotRequestRequest object containing input parameters for the LayerTreeDomain.profileSnapshot command.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringsnapshotIdprivate final IntegerminRepeatCountprivate final DoubleminDurationprivate final RectclipRect
-
Constructor Summary
Constructors Constructor Description ProfileSnapshotRequest(String snapshotId, Integer minRepeatCount, Double minDuration, Rect clipRect)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Integercomponent2()final Doublecomponent3()final Rectcomponent4()final ProfileSnapshotRequestcopy(String snapshotId, Integer minRepeatCount, Double minDuration, Rect clipRect)final StringgetSnapshotId()The id of the layer snapshot. final IntegergetMinRepeatCount()The maximum number of times to replay the snapshot (1, if not specified). final DoublegetMinDuration()The minimum duration (in seconds) to replay the snapshot. final RectgetClipRect()The clip rectangle to apply when replaying the snapshot. -
-
Method Detail
-
component1
final String component1()
-
component2
final Integer component2()
-
component3
final Double component3()
-
component4
final Rect component4()
-
copy
final ProfileSnapshotRequest copy(String snapshotId, Integer minRepeatCount, Double minDuration, Rect clipRect)
-
getSnapshotId
final String getSnapshotId()
The id of the layer snapshot.
-
getMinRepeatCount
final Integer getMinRepeatCount()
The maximum number of times to replay the snapshot (1, if not specified).
-
getMinDuration
final Double getMinDuration()
The minimum duration (in seconds) to replay the snapshot.
-
getClipRect
final Rect getClipRect()
The clip rectangle to apply when replaying the snapshot.
-
-
-
-