Class CodeInterpreterOutputImage.Image
-
- All Implemented Interfaces:
public final class CodeInterpreterOutputImage.Image
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
CodeInterpreterOutputImage.Image.Builder
A builder for Image.
-
Method Summary
Modifier and Type Method Description final Optional<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 CodeInterpreterOutputImage.Image.Builder
toBuilder()
final CodeInterpreterOutputImage.Image
validate()
final Boolean
isValid()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static CodeInterpreterOutputImage.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 CodeInterpreterOutputImage.Image.Builder toBuilder()
-
validate
final CodeInterpreterOutputImage.Image validate()
-
builder
final static CodeInterpreterOutputImage.Image.Builder builder()
Returns a mutable builder for constructing an instance of Image.
-
-
-
-