Class CodeInterpreterOutputImage
- 
                    
                    - All Implemented Interfaces:
 
 public final class CodeInterpreterOutputImage
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classCodeInterpreterOutputImage.BuilderA builder for CodeInterpreterOutputImage. public final classCodeInterpreterOutputImage.Image
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final Longindex()The index of the output in the outputs array. final JsonValue_type()Always image.final Optional<CodeInterpreterOutputImage.Image>image()final JsonField<Long>_index()Returns the raw JSON value of index. final JsonField<CodeInterpreterOutputImage.Image>_image()Returns the raw JSON value of image. final Map<String, JsonValue>_additionalProperties()final CodeInterpreterOutputImage.BuildertoBuilder()final CodeInterpreterOutputImagevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static CodeInterpreterOutputImage.Builderbuilder()Returns a mutable builder for constructing an instance of CodeInterpreterOutputImage. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        _typefinal JsonValue _type() 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). 
 - 
                                        imagefinal Optional<CodeInterpreterOutputImage.Image> image() 
 - 
                                        _indexfinal JsonField<Long> _index() Returns the raw JSON value of index. Unlike index, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _imagefinal JsonField<CodeInterpreterOutputImage.Image> _image() Returns the raw JSON value of image. Unlike image, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal CodeInterpreterOutputImage.Builder toBuilder() 
 - 
                                        validatefinal CodeInterpreterOutputImage validate() 
 - 
                                        builderfinal static CodeInterpreterOutputImage.Builder builder() Returns a mutable builder for constructing an instance of CodeInterpreterOutputImage. The following fields are required: .index()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-