Package io.camunda.client.impl.response
Class CreateTenantResponseImpl
java.lang.Object
io.camunda.client.impl.response.CreateTenantResponseImpl
- All Implemented Interfaces:
CreateTenantResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the description of the created tenant.getName()Returns the name of the created tenant.Returns the id of the created tenant.setResponse(TenantCreateResult response)
-
Constructor Details
-
CreateTenantResponseImpl
public CreateTenantResponseImpl()
-
-
Method Details
-
getTenantId
Description copied from interface:CreateTenantResponseReturns the id of the created tenant.- Specified by:
getTenantIdin interfaceCreateTenantResponse
-
getName
Description copied from interface:CreateTenantResponseReturns the name of the created tenant.- Specified by:
getNamein interfaceCreateTenantResponse
-
getDescription
Description copied from interface:CreateTenantResponseReturns the description of the created tenant.- Specified by:
getDescriptionin interfaceCreateTenantResponse
-
setResponse
-