Class ComputerTool
- 
                    
                    - All Implemented Interfaces:
 
 public final class ComputerToolA tool that controls a virtual computer. Learn more about the computer tool. 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classComputerTool.BuilderA builder for ComputerTool. public final classComputerTool.EnvironmentThe type of computer environment to control. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final LongdisplayHeight()The height of the computer display. final LongdisplayWidth()The width of the computer display. final ComputerTool.Environmentenvironment()The type of computer environment to control. final JsonValue_type()The type of the computer use tool. final JsonField<Long>_displayHeight()Returns the raw JSON value of displayHeight. final JsonField<Long>_displayWidth()Returns the raw JSON value of displayWidth. final JsonField<ComputerTool.Environment>_environment()Returns the raw JSON value of environment. final Map<String, JsonValue>_additionalProperties()final ComputerTool.BuildertoBuilder()final ComputerToolvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ComputerTool.Builderbuilder()Returns a mutable builder for constructing an instance of ComputerTool. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        displayHeightfinal Long displayHeight() The height of the computer display. 
 - 
                                        displayWidthfinal Long displayWidth() The width of the computer display. 
 - 
                                        environmentfinal ComputerTool.Environment environment() The type of computer environment to control. 
 - 
                                        _typefinal JsonValue _type() The type of the computer use tool. Always computer_use_preview.Expected to always return the following: JsonValue.from("computer_use_preview")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value). 
 - 
                                        _displayHeightfinal JsonField<Long> _displayHeight() Returns the raw JSON value of displayHeight. Unlike displayHeight, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _displayWidthfinal JsonField<Long> _displayWidth() Returns the raw JSON value of displayWidth. Unlike displayWidth, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _environmentfinal JsonField<ComputerTool.Environment> _environment() Returns the raw JSON value of environment. Unlike environment, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal ComputerTool.Builder toBuilder() 
 - 
                                        validatefinal ComputerTool validate() 
 - 
                                        builderfinal static ComputerTool.Builder builder() Returns a mutable builder for constructing an instance of ComputerTool. The following fields are required: .displayHeight() .displayWidth() .environment()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-