Class SessionExecuteParams.Body
-
- All Implemented Interfaces:
public final class SessionExecuteParams.Body
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSessionExecuteParams.Body.BuilderA builder for Body.
-
Method Summary
Modifier and Type Method Description final SessionExecuteParams.AgentConfigagentConfig()final SessionExecuteParams.ExecuteOptionsexecuteOptions()final Optional<String>frameId()Target frame ID for the agent final Optional<Boolean>shouldCache()If true, the server captures a cache entry and returns it to the client final JsonField<SessionExecuteParams.AgentConfig>_agentConfig()Returns the raw JSON value of agentConfig. final JsonField<SessionExecuteParams.ExecuteOptions>_executeOptions()Returns the raw JSON value of executeOptions. final JsonField<String>_frameId()Returns the raw JSON value of frameId. final JsonField<Boolean>_shouldCache()Returns the raw JSON value of shouldCache. final Map<String, JsonValue>_additionalProperties()final SessionExecuteParams.Body.BuildertoBuilder()final SessionExecuteParams.Bodyvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static SessionExecuteParams.Body.Builderbuilder()Returns a mutable builder for constructing an instance of Body. -
-
Method Detail
-
agentConfig
final SessionExecuteParams.AgentConfig agentConfig()
-
executeOptions
final SessionExecuteParams.ExecuteOptions executeOptions()
-
shouldCache
final Optional<Boolean> shouldCache()
If true, the server captures a cache entry and returns it to the client
-
_agentConfig
final JsonField<SessionExecuteParams.AgentConfig> _agentConfig()
Returns the raw JSON value of agentConfig.
Unlike agentConfig, this method doesn't throw if the JSON field has an unexpected type.
-
_executeOptions
final JsonField<SessionExecuteParams.ExecuteOptions> _executeOptions()
Returns the raw JSON value of executeOptions.
Unlike executeOptions, this method doesn't throw if the JSON field has an unexpected type.
-
_frameId
final JsonField<String> _frameId()
Returns the raw JSON value of frameId.
Unlike frameId, this method doesn't throw if the JSON field has an unexpected type.
-
_shouldCache
final JsonField<Boolean> _shouldCache()
Returns the raw JSON value of shouldCache.
Unlike shouldCache, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final SessionExecuteParams.Body.Builder toBuilder()
-
validate
final SessionExecuteParams.Body validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static SessionExecuteParams.Body.Builder builder()
Returns a mutable builder for constructing an instance of Body.
The following fields are required:
.agentConfig() .executeOptions()
-
-
-
-