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() |
public Tenant(String tenantId, int cellId)
tenantId - the unique tenant IDcellId - the cell the tenant is assignedpublic String tenantId()
public int cellId()