Class SessionStartParams.Browser.LaunchOptions.Proxy
-
- All Implemented Interfaces:
public final class SessionStartParams.Browser.LaunchOptions.Proxy
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSessionStartParams.Browser.LaunchOptions.Proxy.BuilderA builder for Proxy.
-
Method Summary
Modifier and Type Method Description final Stringserver()final Optional<String>bypass()final Optional<String>password()final Optional<String>username()final JsonField<String>_server()Returns the raw JSON value of server. final JsonField<String>_bypass()Returns the raw JSON value of bypass. final JsonField<String>_password()Returns the raw JSON value of password. final JsonField<String>_username()Returns the raw JSON value of username. final Map<String, JsonValue>_additionalProperties()final SessionStartParams.Browser.LaunchOptions.Proxy.BuildertoBuilder()final SessionStartParams.Browser.LaunchOptions.Proxyvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static SessionStartParams.Browser.LaunchOptions.Proxy.Builderbuilder()Returns a mutable builder for constructing an instance of Proxy. -
-
Method Detail
-
_server
final JsonField<String> _server()
Returns the raw JSON value of server.
Unlike server, this method doesn't throw if the JSON field has an unexpected type.
-
_bypass
final JsonField<String> _bypass()
Returns the raw JSON value of bypass.
Unlike bypass, this method doesn't throw if the JSON field has an unexpected type.
-
_password
final JsonField<String> _password()
Returns the raw JSON value of password.
Unlike password, this method doesn't throw if the JSON field has an unexpected type.
-
_username
final JsonField<String> _username()
Returns the raw JSON value of username.
Unlike username, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final SessionStartParams.Browser.LaunchOptions.Proxy.Builder toBuilder()
-
validate
final SessionStartParams.Browser.LaunchOptions.Proxy validate()
-
builder
final static SessionStartParams.Browser.LaunchOptions.Proxy.Builder builder()
Returns a mutable builder for constructing an instance of Proxy.
The following fields are required:
.server()
-
-
-
-