Class TenantWithDefinitionsResponseDto
java.lang.Object
io.camunda.optimize.dto.optimize.query.definition.TenantWithDefinitionsResponseDto
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedTenantWithDefinitionsResponseDto(String id, String name, List<SimpleDefinitionDto> definitions) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetId()getName()inthashCode()voidsetDefinitions(List<SimpleDefinitionDto> definitions) voidvoidtoString()
-
Constructor Details
-
TenantWithDefinitionsResponseDto
public TenantWithDefinitionsResponseDto(String id, String name, List<SimpleDefinitionDto> definitions) -
TenantWithDefinitionsResponseDto
protected TenantWithDefinitionsResponseDto()
-
-
Method Details