public class TenantDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_DOMAIN |
static String |
SERIALIZED_NAME_STATUS |
| Constructor and Description |
|---|
TenantDTO() |
| Modifier and Type | Method and Description |
|---|---|
TenantDTO |
domain(String domain) |
boolean |
equals(Object o) |
String |
getDomain()
tenant domain
|
String |
getStatus()
current status of the tenant active/inactive
|
int |
hashCode() |
void |
setDomain(String domain) |
void |
setStatus(String status) |
TenantDTO |
status(String status) |
String |
toString() |
public static final String SERIALIZED_NAME_DOMAIN
public static final String SERIALIZED_NAME_STATUS
Copyright © 2021 WSO2 Inc. All rights reserved.