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()
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.BrowserSettings.Fingerprint.Screen.Builder builder()
Returns a mutable builder for constructing an instance of Screen.
-
-
-
-