public class ScpCfTenant extends DefaultTenant
Tenant for SAP Cloud Platform Cloud Foundry.| Constructor and Description |
|---|
ScpCfTenant()
Creates a mocked
ScpCfTenant with an empty tenant identifier. |
ScpCfTenant(String tenantId,
String subdomain)
Creates a new
ScpCfTenant. |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getSubdomain()
The subdomain of the tenant.
|
int |
hashCode() |
String |
toString() |
getTenantIdpublic ScpCfTenant(@Nonnull String tenantId, @Nonnull String subdomain)
ScpCfTenant.tenantId - The identifier of the tenant.subdomain - The subdomain of the tenant.public ScpCfTenant()
ScpCfTenant with an empty tenant identifier.public boolean equals(Object o)
equals in class DefaultTenantprotected boolean canEqual(Object other)
canEqual in class DefaultTenantpublic int hashCode()
hashCode in class DefaultTenantpublic String toString()
toString in class DefaultTenantCopyright © 2020 SAP SE. All rights reserved.