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
  • 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

      @Nullable public @Nullable Map<String,Object> getUnknown()
      Specified by:
      getUnknown in interface JsonUnknown
    • setUnknown

      public void setUnknown(@Nullable @Nullable Map<String,Object> unknown)
      Specified by:
      setUnknown in interface JsonUnknown
    • serialize

      public void serialize(@NotNull @NotNull ObjectWriter writer, @NotNull @NotNull ILogger logger) throws IOException
      Specified by:
      serialize in interface JsonSerializable
      Throws:
      IOException