public class TenantJson extends JsonBase
| Modifier and Type | Field and Description |
|---|---|
protected String |
apiKey |
protected String |
apiSecret |
protected String |
externalKey |
protected String |
tenantId |
| Constructor and Description |
|---|
TenantJson(String tenantId,
String externalKey,
String apiKey,
String apiSecret) |
TenantJson(Tenant tenant) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getApiKey() |
String |
getApiSecret() |
String |
getExternalKey() |
String |
getTenantId() |
int |
hashCode() |
String |
toString() |
TenantData |
toTenantData() |
getAuditLogs, toAuditLogJson, toStringprotected final String tenantId
protected final String externalKey
protected final String apiKey
protected final String apiSecret
public TenantJson(Tenant tenant)
public TenantData toTenantData()
public String getTenantId()
public String getExternalKey()
public String getApiKey()
public String getApiSecret()
Copyright © 2010-2014. All Rights Reserved.