Class Tenant
- java.lang.Object
-
- io.weaviate.client.v1.schema.model.Tenant
-
public class Tenant extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTenant.TenantBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Tenant.TenantBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetName()inthashCode()StringtoString()
-
-
-
Method Detail
-
builder
public static Tenant.TenantBuilder builder()
-
getName
public String getName()
-
canEqual
protected boolean canEqual(Object other)
-
-