Package com.openai.models.responses
Class ResponseComputerToolCall.Action.Drag.Path
-
- All Implemented Interfaces:
public final class ResponseComputerToolCall.Action.Drag.PathA series of x/y coordinate pairs in the drag path.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classResponseComputerToolCall.Action.Drag.Path.BuilderA builder for Path.
-
Method Summary
Modifier and Type Method Description final Longx()The x-coordinate. final Longy()The y-coordinate. final JsonField<Long>_x()The x-coordinate. final JsonField<Long>_y()The y-coordinate. final Map<String, JsonValue>_additionalProperties()final ResponseComputerToolCall.Action.Drag.Pathvalidate()final ResponseComputerToolCall.Action.Drag.Path.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ResponseComputerToolCall.Action.Drag.Path.Builderbuilder()Returns a mutable builder for constructing an instance of Path. -
-
Method Detail
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final ResponseComputerToolCall.Action.Drag.Path validate()
-
toBuilder
final ResponseComputerToolCall.Action.Drag.Path.Builder toBuilder()
-
builder
final static ResponseComputerToolCall.Action.Drag.Path.Builder builder()
Returns a mutable builder for constructing an instance of Path.
The following fields are required:
.x() .y()
-
-
-
-