Package com.openai.models.responses
        Class ResponseCodeInterpreterToolCall.Output.Image
- 
                    
                    - All Implemented Interfaces:
 
 public final class ResponseCodeInterpreterToolCall.Output.ImageThe image output from the code interpreter. 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classResponseCodeInterpreterToolCall.Output.Image.BuilderA builder for Image. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final JsonValue_type()The type of the output. final Stringurl()The URL of the image output from the code interpreter. final JsonField<String>_url()Returns the raw JSON value of url. final Map<String, JsonValue>_additionalProperties()final ResponseCodeInterpreterToolCall.Output.Image.BuildertoBuilder()final ResponseCodeInterpreterToolCall.Output.Imagevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ResponseCodeInterpreterToolCall.Output.Image.Builderbuilder()Returns a mutable builder for constructing an instance of Image. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        _typefinal JsonValue _type() The type of the output. Always 'image'. Expected to always return the following: JsonValue.from("image")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value). 
 - 
                                        _urlfinal JsonField<String> _url() Returns the raw JSON value of url. Unlike url, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal ResponseCodeInterpreterToolCall.Output.Image.Builder toBuilder() 
 - 
                                        validatefinal ResponseCodeInterpreterToolCall.Output.Image validate() 
 - 
                                        builderfinal static ResponseCodeInterpreterToolCall.Output.Image.Builder builder() Returns a mutable builder for constructing an instance of Image. The following fields are required: .url()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-