Package io.weaviate.client.v1.misc.model
Class BQConfig
- java.lang.Object
-
- io.weaviate.client.v1.misc.model.BQConfig
-
public class BQConfig extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBQConfig.BQConfigBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BQConfig.BQConfigBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)BooleangetCache()BooleangetEnabled()LonggetRescoreLimit()inthashCode()StringtoString()
-
-
-
Method Detail
-
builder
public static BQConfig.BQConfigBuilder builder()
-
getEnabled
public Boolean getEnabled()
-
getRescoreLimit
public Long getRescoreLimit()
-
getCache
public Boolean getCache()
-
canEqual
protected boolean canEqual(Object other)
-
-