Package io.camunda.client.protocol.rest
Class TenantResult
java.lang.Object
io.camunda.client.protocol.rest.TenantResult
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.0")
public class TenantResult
extends Object
Tenant search response item.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) booleanThe tenant description.getName()The tenant name.The unique identifier of the tenant.inthashCode()voidsetDescription(String description) voidvoidsetTenantId(String tenantId) toString()
-
Field Details
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_TENANT_ID
- See Also:
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
-
Constructor Details
-
TenantResult
public TenantResult()
-
-
Method Details
-
name
-
getName
The tenant name.- Returns:
- name
-
setName
-
tenantId
-
getTenantId
The unique identifier of the tenant.- Returns:
- tenantId
-
setTenantId
-
description
-
getDescription
The tenant description.- Returns:
- description
-
setDescription
-
equals
-
hashCode
public int hashCode() -
toString
-