Class CodeInterpreterOutputImage.Image
- 
                    
                    
- All Implemented Interfaces:
 
public final class CodeInterpreterOutputImage.Image 
- 
                
                    
                    
- 
                                
                            
                                
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classCodeInterpreterOutputImage.Image.BuilderA 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.BuildertoBuilder()final CodeInterpreterOutputImage.Imagevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static CodeInterpreterOutputImage.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 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.
 
 - 
                                        
 
 - 
                                
                            
                                
 
 - 
                    
                    
                    
 
 -