public static interface RumEvent.Builder extends SdkPojo, CopyableBuilder<RumEvent.Builder,RumEvent>
| Modifier and Type | Method and Description |
|---|---|
RumEvent.Builder |
details(String details)
A string containing details about the event.
|
RumEvent.Builder |
id(String id)
A unique ID for this event.
|
RumEvent.Builder |
metadata(String metadata)
Metadata about this event, which contains a JSON serialization of the identity of the user for this session.
|
RumEvent.Builder |
timestamp(Instant timestamp)
The exact time that this event occurred.
|
RumEvent.Builder |
type(String type)
The JSON schema that denotes the type of event this is, such as a page load or a new session.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRumEvent.Builder details(String details)
A string containing details about the event.
details - A string containing details about the event.RumEvent.Builder id(String id)
A unique ID for this event.
id - A unique ID for this event.RumEvent.Builder metadata(String metadata)
Metadata about this event, which contains a JSON serialization of the identity of the user for this session. The user information comes from information such as the HTTP user-agent request header and document interface.
metadata - Metadata about this event, which contains a JSON serialization of the identity of the user for this
session. The user information comes from information such as the HTTP user-agent request header and
document interface.RumEvent.Builder timestamp(Instant timestamp)
The exact time that this event occurred.
timestamp - The exact time that this event occurred.RumEvent.Builder type(String type)
The JSON schema that denotes the type of event this is, such as a page load or a new session.
type - The JSON schema that denotes the type of event this is, such as a page load or a new session.Copyright © 2023. All rights reserved.