Package com.openai.core
Class KnownValue
-
- All Implemented Interfaces:
public final class KnownValue<T extends Object> extends JsonField<T>
-
-
Method Summary
Modifier and Type Method Description final Tvalue()Booleanequals(Object other)IntegerhashCode()StringtoString()final static <T extends Any> KnownValue<T>of(T value)-
Methods inherited from class com.openai.core.JsonField
accept, asArray, asBoolean, asKnown, asNumber, asObject, asString, asStringOrThrow, asUnknown, isMissing, isNull -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-