Class SessionReplayResponse.Data.Page
-
- All Implemented Interfaces:
public final class SessionReplayResponse.Data.Page
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSessionReplayResponse.Data.Page.BuilderA builder for Page.
public final classSessionReplayResponse.Data.Page.Action
-
Method Summary
Modifier and Type Method Description final List<SessionReplayResponse.Data.Page.Action>actions()final Doubleduration()final Doubletimestamp()final Stringurl()final JsonField<List<SessionReplayResponse.Data.Page.Action>>_actions()Returns the raw JSON value of actions. final JsonField<Double>_duration()Returns the raw JSON value of duration. final JsonField<Double>_timestamp()Returns the raw JSON value of timestamp. final JsonField<String>_url()Returns the raw JSON value of url. final Map<String, JsonValue>_additionalProperties()final SessionReplayResponse.Data.Page.BuildertoBuilder()final SessionReplayResponse.Data.Pagevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static SessionReplayResponse.Data.Page.Builderbuilder()Returns a mutable builder for constructing an instance of Page. -
-
Method Detail
-
actions
final List<SessionReplayResponse.Data.Page.Action> actions()
-
_actions
final JsonField<List<SessionReplayResponse.Data.Page.Action>> _actions()
Returns the raw JSON value of actions.
Unlike actions, this method doesn't throw if the JSON field has an unexpected type.
-
_duration
final JsonField<Double> _duration()
Returns the raw JSON value of duration.
Unlike duration, this method doesn't throw if the JSON field has an unexpected type.
-
_timestamp
final JsonField<Double> _timestamp()
Returns the raw JSON value of timestamp.
Unlike timestamp, this method doesn't throw if the JSON field has an unexpected type.
-
_url
final JsonField<String> _url()
Returns the raw JSON value of url.
Unlike url, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final SessionReplayResponse.Data.Page.Builder toBuilder()
-
validate
final SessionReplayResponse.Data.Page validate()
-
builder
final static SessionReplayResponse.Data.Page.Builder builder()
Returns a mutable builder for constructing an instance of Page.
The following fields are required:
.actions() .duration() .timestamp() .url()
-
-
-
-