接口 Tenant

所有超级接口:
Serializable

public interface Tenant extends Serializable
作者:
Cody Lu, JL
  • 字段详细资料

  • 方法详细资料

    • getId

      String getId()
      租户ID
      返回:
    • getName

      String getName()
      租户名称
      返回:
    • getShortName

      String getShortName()
      租户简称
      返回:
    • getIconUrl

      String getIconUrl()
      租户LOGO
      返回:
    • getCustomDomain

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

      String getSecretKey()
      租户的SecretKey
      返回:
    • getStatus

      String getStatus()
      租户状态
      返回:
    • isSys

      static boolean isSys(String tenantId)
      是否系统租户
      参数:
      tenantId -
      返回: