Package com.openai.models.responses
Class ResponseComputerToolCall.PendingSafetyCheck
-
- All Implemented Interfaces:
public final class ResponseComputerToolCall.PendingSafetyCheckA pending safety check for the computer call.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classResponseComputerToolCall.PendingSafetyCheck.BuilderA builder for PendingSafetyCheck.
-
Method Summary
Modifier and Type Method Description final Stringid()The ID of the pending safety check. final Stringcode()The type of the pending safety check. final Stringmessage()Details about the pending safety check. final JsonField<String>_id()The ID of the pending safety check. final JsonField<String>_code()The type of the pending safety check. final JsonField<String>_message()Details about the pending safety check. final Map<String, JsonValue>_additionalProperties()final ResponseComputerToolCall.PendingSafetyCheckvalidate()final ResponseComputerToolCall.PendingSafetyCheck.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ResponseComputerToolCall.PendingSafetyCheck.Builderbuilder()Returns a mutable builder for constructing an instance of PendingSafetyCheck. -
-
Method Detail
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final ResponseComputerToolCall.PendingSafetyCheck validate()
-
toBuilder
final ResponseComputerToolCall.PendingSafetyCheck.Builder toBuilder()
-
builder
final static ResponseComputerToolCall.PendingSafetyCheck.Builder builder()
Returns a mutable builder for constructing an instance of PendingSafetyCheck.
The following fields are required:
.id() .code() .message()
-
-
-
-