Class C11yExtension
- java.lang.Object
-
- io.weaviate.client.v1.contextionary.model.C11yExtension
-
public class C11yExtension extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classC11yExtension.C11yExtensionBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static C11yExtension.C11yExtensionBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetConcept()StringgetDefinition()FloatgetWeight()inthashCode()StringtoString()
-
-
-
Method Detail
-
builder
public static C11yExtension.C11yExtensionBuilder builder()
-
getConcept
public String getConcept()
-
getDefinition
public String getDefinition()
-
getWeight
public Float getWeight()
-
canEqual
protected boolean canEqual(Object other)
-
-