public class TenantCallback extends java.lang.Object implements JpsCallback
| Constructor and Description |
|---|
TenantCallback() |
| Modifier and Type | Method and Description |
|---|---|
JpsCallbackType |
getCallbackType()
Gets the type of this callback.
|
java.lang.String |
getTenantName()
Gets the name of the tenant.
|
void |
setTenantName(java.lang.String tenantName)
Sets the name of the tenant.
|
public java.lang.String getTenantName()
public void setTenantName(java.lang.String tenantName)
tenantName - the name of the tenantpublic JpsCallbackType getCallbackType()
getCallbackType in interface JpsCallback