public class Tenant extends Object
Constructor and Description |
---|
Tenant(String tenantId,
List<Integer> cellIds)
Creates a tenant.
|
public Tenant(String tenantId, List<Integer> cellIds)
tenantId
- the unique tenant IDcellIds
- the list of cell the tenant is assignedpublic String tenantId()