Class SessionReplayResponse.Data.Page.Action
-
- All Implemented Interfaces:
public final class SessionReplayResponse.Data.Page.Action
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSessionReplayResponse.Data.Page.Action.BuilderA builder for Action.
public final classSessionReplayResponse.Data.Page.Action.Parameterspublic final classSessionReplayResponse.Data.Page.Action.Resultpublic final classSessionReplayResponse.Data.Page.Action.TokenUsage
-
Method Summary
-
-
Method Detail
-
parameters
final SessionReplayResponse.Data.Page.Action.Parameters parameters()
-
result
final SessionReplayResponse.Data.Page.Action.Result result()
-
tokenUsage
final Optional<SessionReplayResponse.Data.Page.Action.TokenUsage> tokenUsage()
-
_method
final JsonField<String> _method()
Returns the raw JSON value of method.
Unlike method, this method doesn't throw if the JSON field has an unexpected type.
-
_parameters
final JsonField<SessionReplayResponse.Data.Page.Action.Parameters> _parameters()
Returns the raw JSON value of parameters.
Unlike parameters, this method doesn't throw if the JSON field has an unexpected type.
-
_result
final JsonField<SessionReplayResponse.Data.Page.Action.Result> _result()
Returns the raw JSON value of result.
Unlike result, 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.
-
_endTime
final JsonField<Double> _endTime()
Returns the raw JSON value of endTime.
Unlike endTime, this method doesn't throw if the JSON field has an unexpected type.
-
_tokenUsage
final JsonField<SessionReplayResponse.Data.Page.Action.TokenUsage> _tokenUsage()
Returns the raw JSON value of tokenUsage.
Unlike tokenUsage, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final SessionReplayResponse.Data.Page.Action.Builder toBuilder()
-
validate
final SessionReplayResponse.Data.Page.Action validate()
-
builder
final static SessionReplayResponse.Data.Page.Action.Builder builder()
Returns a mutable builder for constructing an instance of Action.
The following fields are required:
.method() .parameters() .result() .timestamp()
-
-
-
-