Interface CreateTenantResponse

All Known Implementing Classes:
CreateTenantResponseImpl

public interface CreateTenantResponse
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the description of the created tenant.
    Returns the name of the created tenant.
    Returns the id of the created tenant.
    long
    Returns the key of the created tenant.
  • Method Details

    • getTenantKey

      long getTenantKey()
      Returns the key of the created tenant.
      Returns:
      the key of the created tenant.
    • getTenantId

      String getTenantId()
      Returns the id of the created tenant.
    • getName

      String getName()
      Returns the name of the created tenant.
    • getDescription

      String getDescription()
      Returns the description of the created tenant.