Class UpdateTenantResponseImpl

java.lang.Object
io.camunda.client.impl.response.UpdateTenantResponseImpl
All Implemented Interfaces:
UpdateTenantResponse

public final class UpdateTenantResponseImpl extends Object implements UpdateTenantResponse
  • Constructor Details

    • UpdateTenantResponseImpl

      public UpdateTenantResponseImpl()
  • Method Details

    • getTenantKey

      public long getTenantKey()
      Description copied from interface: UpdateTenantResponse
      Returns the unique key of the updated tenant.

      The tenant key is a system-generated identifier that is unique across all tenants. It is primarily used internally by the system for efficient indexing and processing.

      Specified by:
      getTenantKey in interface UpdateTenantResponse
      Returns:
      the system-generated tenant key.
    • getTenantId

      public String getTenantId()
      Description copied from interface: UpdateTenantResponse
      Returns the unique identifier (ID) of the updated tenant.

      The tenant ID is a user-defined identifier for the tenant. It is specified when the tenant is created and is often used for human-readable identification or external references.

      Specified by:
      getTenantId in interface UpdateTenantResponse
      Returns:
      the user-defined tenant ID.
    • getName

      public String getName()
      Description copied from interface: UpdateTenantResponse
      Returns the name of the updated tenant.
      Specified by:
      getName in interface UpdateTenantResponse
      Returns:
      the tenant name.
    • getDescription

      public String getDescription()
      Description copied from interface: UpdateTenantResponse
      Returns the description of the updated tenant.
      Specified by:
      getDescription in interface UpdateTenantResponse
    • setResponse

      public UpdateTenantResponseImpl setResponse(TenantUpdateResult response)