Package io.camunda.client.protocol.rest
Class TenantCreateResult
java.lang.Object
io.camunda.client.protocol.rest.TenantCreateResult
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.0")
public class TenantCreateResult
extends Object
TenantCreateResult
-
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 identifier of the created tenant.inthashCode()voidsetDescription(String description) voidvoidsetTenantId(String tenantId) toString()
-
Field Details
-
JSON_PROPERTY_TENANT_ID
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
-
Constructor Details
-
TenantCreateResult
public TenantCreateResult()
-
-
Method Details
-
tenantId
-
getTenantId
The unique identifier of the created tenant.- Returns:
- tenantId
-
setTenantId
-
name
-
getName
The name of the tenant.- Returns:
- name
-
setName
-
description
-
getDescription
The description of the tenant.- Returns:
- description
-
setDescription
-
equals
-
hashCode
public int hashCode() -
toString
-