public class Tenant extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Tenant.TenantBuilder |
| Constructor and Description |
|---|
Tenant() |
| Modifier and Type | Method and Description |
|---|---|
long |
addedAt() |
boolean |
deleted() |
boolean |
equals(Object obj) |
int |
hashCode() |
static Tenant.TenantBuilder |
newTenant(UUID tenantId) |
String |
reference() |
String |
tenantId() |
String |
tenantNumber() |
String |
toString() |
public String tenantId()
public String tenantNumber()
public long addedAt()
public String reference()
public boolean deleted()
public static Tenant.TenantBuilder newTenant(UUID tenantId)
Copyright © 2021. All rights reserved.