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
-
-
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()
-
builder
final static SessionExecuteParams.Body.Builder builder()
Returns a mutable builder for constructing an instance of Body.
The following fields are required:
.agentConfig() .executeOptions()
-
-
-
-