public class Tenant extends Object
| Constructor and Description |
|---|
Tenant(String tenantId, int cellId)Creates a tenant. |
| Modifier and Type | Method and Description |
|---|---|
int | cellId()The cell ID |
boolean | equals(Object o) |
int | hashCode() |
String | tenantId()The unique tenant ID |
String | toString() |