Package io.camunda.client.protocol.rest
Class TenantUpdateResult
java.lang.Object
io.camunda.client.protocol.rest.TenantUpdateResult
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-06-04T12:01:10.435788262Z[GMT]",
comments="Generator version: 7.12.0")
public class TenantUpdateResult
extends Object
TenantUpdateResult
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) booleanThe description of the tenant.getName()The name of the tenant.The unique external tenant IDThe unique system-generated internal tenant ID.inthashCode()voidsetDescription(String description) voidvoidsetTenantId(String tenantId) voidsetTenantKey(String tenantKey) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_TENANT_ID
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
JSON_PROPERTY_TENANT_KEY
- See Also:
-
-
Constructor Details
-
TenantUpdateResult
public TenantUpdateResult()
-
-
Method Details
-
tenantId
-
getTenantId
The unique external tenant ID- Returns:
- tenantId
-
setTenantId
-
name
-
getName
The name of the tenant.- Returns:
- name
-
setName
-
description
-
getDescription
The description of the tenant.- Returns:
- description
-
setDescription
-
tenantKey
-
getTenantKey
The unique system-generated internal tenant ID.- Returns:
- tenantKey
-
setTenantKey
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-