Package com.openai.core
        Class JsonNumber
- 
                    
                    - All Implemented Interfaces:
 
 public final class JsonNumber extends JsonValue A JsonValue representing a JSON number value. 
- 
                
                    
                    - 
                                
                            
                                Method SummaryModifier and Type Method Description final Numbervalue()Booleanequals(Object other)IntegerhashCode()StringtoString()final static JsonNumberof(Number value)Returns a JsonNumber containing the given value. - 
                                            
                                        
                                            Methods inherited from class com.openai.core.JsonValueaccept, convert, convert
- 
                                            
                                        
                                            Methods inherited from class com.openai.core.JsonFieldaccept, asArray, asBoolean, asKnown, asNumber, asObject, asString, asStringOrThrow, asUnknown, isMissing, isNull
- 
                                        
                                    
                                        Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
- 
                                            
                                        
                                            
 
-