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 class
CodeInterpreterToolCall.CodeInterpreter.Output.ImageOutput.Image.Builder
A builder for Image.
-
Method Summary
Modifier and Type Method Description final String
fileId()
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.Builder
toBuilder()
final CodeInterpreterToolCall.CodeInterpreter.Output.ImageOutput.Image
validate()
final Boolean
isValid()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static CodeInterpreterToolCall.CodeInterpreter.Output.ImageOutput.Image.Builder
builder()
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()
-
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()
-
-
-
-