Class Tenant
- java.lang.Object
-
- com.ellucian.ethos.integration.client.messages.Tenant
-
public class Tenant extends Object
A Tenant object that is associated with a change-notification. This holds information about the ethos tenant where the change occurred.- Since:
- 0.0.1
-
-
Constructor Summary
Constructors Constructor Description Tenant()
Creates an instance of a Tenant.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAlias()
Gets the alias of the tenant.String
getEnvironment()
Gets the tenant environmentString
getId()
Gets the ID of the tenant.String
getName()
Gets the name of the tenant.
-
-
-
Method Detail
-
getId
public String getId()
Gets the ID of the tenant.- Returns:
- the tenant ID
-
getAlias
public String getAlias()
Gets the alias of the tenant.- Returns:
- the tenant alias
-
getName
public String getName()
Gets the name of the tenant.- Returns:
- the tenant name
-
getEnvironment
public String getEnvironment()
Gets the tenant environment- Returns:
- the tenant environment
-
-