Class SessionStartParams.BrowserbaseSessionCreateParams.BrowserSettings.Fingerprint.Screen
-
- All Implemented Interfaces:
public final class SessionStartParams.BrowserbaseSessionCreateParams.BrowserSettings.Fingerprint.Screen
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSessionStartParams.BrowserbaseSessionCreateParams.BrowserSettings.Fingerprint.Screen.BuilderA builder for Screen.
-
Method Summary
-
-
Method Detail
-
_maxHeight
final JsonField<Double> _maxHeight()
Returns the raw JSON value of maxHeight.
Unlike maxHeight, this method doesn't throw if the JSON field has an unexpected type.
-
_maxWidth
final JsonField<Double> _maxWidth()
Returns the raw JSON value of maxWidth.
Unlike maxWidth, this method doesn't throw if the JSON field has an unexpected type.
-
_minHeight
final JsonField<Double> _minHeight()
Returns the raw JSON value of minHeight.
Unlike minHeight, this method doesn't throw if the JSON field has an unexpected type.
-
_minWidth
final JsonField<Double> _minWidth()
Returns the raw JSON value of minWidth.
Unlike minWidth, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final SessionStartParams.BrowserbaseSessionCreateParams.BrowserSettings.Fingerprint.Screen.Builder toBuilder()
-
validate
final SessionStartParams.BrowserbaseSessionCreateParams.BrowserSettings.Fingerprint.Screen validate()
-
builder
final static SessionStartParams.BrowserbaseSessionCreateParams.BrowserSettings.Fingerprint.Screen.Builder builder()
Returns a mutable builder for constructing an instance of Screen.
-
-
-
-