Class CodeInterpreterToolCall.CodeInterpreter.Output.ImageOutput.Image
-
- All Implemented Interfaces:
public final class CodeInterpreterToolCall.CodeInterpreter.Output.ImageOutput.Image
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classCodeInterpreterToolCall.CodeInterpreter.Output.ImageOutput.Image.BuilderA builder for Image.
-
Method Summary
Modifier and Type Method Description final StringfileId()The file ID of the image. final JsonField<String>_fileId()Returns the raw JSON value of fileId. final Map<String, JsonValue>_additionalProperties()final CodeInterpreterToolCall.CodeInterpreter.Output.ImageOutput.Image.BuildertoBuilder()final CodeInterpreterToolCall.CodeInterpreter.Output.ImageOutput.Imagevalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static CodeInterpreterToolCall.CodeInterpreter.Output.ImageOutput.Image.Builderbuilder()Returns a mutable builder for constructing an instance of Image. -
-
Method Detail
-
_fileId
final JsonField<String> _fileId()
Returns the raw JSON value of fileId.
Unlike fileId, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final CodeInterpreterToolCall.CodeInterpreter.Output.ImageOutput.Image.Builder toBuilder()
-
validate
final CodeInterpreterToolCall.CodeInterpreter.Output.ImageOutput.Image 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 CodeInterpreterToolCall.CodeInterpreter.Output.ImageOutput.Image.Builder builder()
Returns a mutable builder for constructing an instance of Image.
The following fields are required:
.fileId()
-
-
-
-