Package com.codebarrel.tenant.api.model
Class TenantInfo
java.lang.Object
com.codebarrel.tenant.api.model.TenantInfo
TenantInfo is our main application bean for a tenant's information. Also see TenantInfoQueryBean.java
-
Constructor Summary
ConstructorsConstructorDescriptionTenantInfo
(String baseUrl, String clientKey, Date created, String description, Boolean enabled, Long id, Boolean installed, String key, String pluginsVersion, String productType, String publicKey, String serverVersion, String serviceEntitlementNumber, String sharedSecret, Date updated, Integer userCount, String cloudId, String marketplaceCustomer, boolean active, TenantId tenantId) -
Method Summary
-
Constructor Details
-
TenantInfo
public TenantInfo() -
TenantInfo
public TenantInfo(String baseUrl, String clientKey, Date created, String description, Boolean enabled, Long id, Boolean installed, String key, String pluginsVersion, String productType, String publicKey, String serverVersion, String serviceEntitlementNumber, String sharedSecret, Date updated, Integer userCount, String cloudId, String marketplaceCustomer, boolean active, TenantId tenantId)
-
-
Method Details
-
getBaseUrl
-
getClientKey
-
getCreated
-
getDescription
-
getEnabled
-
getId
-
getInstalled
-
getKey
-
getPluginsVersion
-
getProductType
-
getPublicKey
-
getServerVersion
-
getServiceEntitlementNumber
-
getUpdated
-
getUserCount
-
getCloudId
-
getMarketplaceCustomer
Used to mark existing Marketplace A4J customers before A4J was rolled out as a system app in all of Jira cloud. This will also indicate if they were a Lite or Paid customer pre-rollout.- Returns:
- null if this wass not an existing customer. Otherwise the product key they were using
-
isActive
public boolean isActive() -
getTenantId
-
equals
-
hashCode
public int hashCode() -
toString
-
builder
-