Class SessionStartParams.BrowserbaseSessionCreateParams.Proxies.ProxyConfig.Browserbase.Geolocation
-
- All Implemented Interfaces:
public final class SessionStartParams.BrowserbaseSessionCreateParams.Proxies.ProxyConfig.Browserbase.Geolocation
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSessionStartParams.BrowserbaseSessionCreateParams.Proxies.ProxyConfig.Browserbase.Geolocation.BuilderA builder for Geolocation.
-
Method Summary
Modifier and Type Method Description final Stringcountry()final Optional<String>city()final Optional<String>state()final JsonField<String>_country()Returns the raw JSON value of country. final JsonField<String>_city()Returns the raw JSON value of city. final JsonField<String>_state()Returns the raw JSON value of state. final Map<String, JsonValue>_additionalProperties()final SessionStartParams.BrowserbaseSessionCreateParams.Proxies.ProxyConfig.Browserbase.Geolocation.BuildertoBuilder()final SessionStartParams.BrowserbaseSessionCreateParams.Proxies.ProxyConfig.Browserbase.Geolocationvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static SessionStartParams.BrowserbaseSessionCreateParams.Proxies.ProxyConfig.Browserbase.Geolocation.Builderbuilder()Returns a mutable builder for constructing an instance of Geolocation. -
-
Method Detail
-
_country
final JsonField<String> _country()
Returns the raw JSON value of country.
Unlike country, this method doesn't throw if the JSON field has an unexpected type.
-
_city
final JsonField<String> _city()
Returns the raw JSON value of city.
Unlike city, this method doesn't throw if the JSON field has an unexpected type.
-
_state
final JsonField<String> _state()
Returns the raw JSON value of state.
Unlike state, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final SessionStartParams.BrowserbaseSessionCreateParams.Proxies.ProxyConfig.Browserbase.Geolocation.Builder toBuilder()
-
validate
final SessionStartParams.BrowserbaseSessionCreateParams.Proxies.ProxyConfig.Browserbase.Geolocation 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 SessionStartParams.BrowserbaseSessionCreateParams.Proxies.ProxyConfig.Browserbase.Geolocation.Builder builder()
Returns a mutable builder for constructing an instance of Geolocation.
The following fields are required:
.country()
-
-
-
-