Class JsonIntegerSchema
-
- All Implemented Interfaces:
-
dev.langchain4j.model.chat.request.json.JsonSchemaElement
public class JsonIntegerSchema implements JsonSchemaElement
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classJsonIntegerSchema.Builder
-
Constructor Summary
Constructors Constructor Description JsonIntegerSchema()JsonIntegerSchema(JsonIntegerSchema.Builder builder)
-
Method Summary
Modifier and Type Method Description Stringdescription()static JsonIntegerSchema.Builderbuilder()booleanequals(Object o)inthashCode()StringtoString()-
-
Constructor Detail
-
JsonIntegerSchema
JsonIntegerSchema()
-
JsonIntegerSchema
JsonIntegerSchema(JsonIntegerSchema.Builder builder)
-
-
Method Detail
-
description
String description()
-
builder
static JsonIntegerSchema.Builder builder()
-
hashCode
int hashCode()
-
-
-
-