Interface Tenant

All Superinterfaces:
Serializable

public interface Tenant extends Serializable
Author:
Cody Lu, JL
  • Field Details

  • Method Details

    • getId

      String getId()
      租户ID
      Returns:
    • getName

      String getName()
      租户名称
      Returns:
    • getShortName

      String getShortName()
      租户简称
      Returns:
    • getIconUrl

      String getIconUrl()
      租户LOGO
      Returns:
    • getCustomDomain

      String getCustomDomain()
      租户自定义域名,如果用户配置了域名,则用其自己的域名
      Returns:
    • getSecretKey

      String getSecretKey()
      租户的SecretKey
      Returns:
    • getStatus

      String getStatus()
      租户状态
      Returns:
    • isSys

      static boolean isSys(String tenantId)
      是否系统租户
      Parameters:
      tenantId -
      Returns: