Package io.sentry.rrweb
Class RRWebInteractionMoveEvent.Position
java.lang.Object
io.sentry.rrweb.RRWebInteractionMoveEvent.Position
- All Implemented Interfaces:
JsonSerializable
,JsonUnknown
- Enclosing class:
- RRWebInteractionMoveEvent
public static final class RRWebInteractionMoveEvent.Position
extends Object
implements JsonSerializable, JsonUnknown
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
static final class
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
getId()
long
float
getX()
float
getY()
void
serialize
(@NotNull ObjectWriter writer, @NotNull ILogger logger) void
setId
(int id) void
setTimeOffset
(long timeOffset) void
setUnknown
(@Nullable Map<String, Object> unknown) void
setX
(float x) void
setY
(float y)
-
Constructor Details
-
Position
public Position()
-
-
Method Details
-
getId
public int getId() -
setId
public void setId(int id) -
getX
public float getX() -
setX
public void setX(float x) -
getY
public float getY() -
setY
public void setY(float y) -
getTimeOffset
public long getTimeOffset() -
setTimeOffset
public void setTimeOffset(long timeOffset) -
getUnknown
- Specified by:
getUnknown
in interfaceJsonUnknown
-
setUnknown
- Specified by:
setUnknown
in interfaceJsonUnknown
-
serialize
public void serialize(@NotNull @NotNull ObjectWriter writer, @NotNull @NotNull ILogger logger) throws IOException - Specified by:
serialize
in interfaceJsonSerializable
- Throws:
IOException
-