Class DefinitionVersionWithTenantsDto
java.lang.Object
io.camunda.optimize.dto.optimize.SimpleDefinitionDto
io.camunda.optimize.dto.optimize.query.definition.DefinitionVersionWithTenantsDto
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDefinitionVersionWithTenantsDto(String version, String versionTag, List<TenantDto> tenants) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleaninthashCode()voidsetTenants(List<TenantDto> tenants) voidsetVersion(String version) voidsetVersionTag(String versionTag) voidsort()toString()Methods inherited from class io.camunda.optimize.dto.optimize.SimpleDefinitionDto
getEngines, getKey, getName, getType, setEngines, setKey, setName, setType
-
Constructor Details
-
DefinitionVersionWithTenantsDto
-
DefinitionVersionWithTenantsDto
protected DefinitionVersionWithTenantsDto()
-
-
Method Details
-
sort
public void sort() -
getVersion
-
setVersion
-
getVersionTag
-
setVersionTag
-
getTenants
-
setTenants
-
canEqual
- Overrides:
canEqualin classSimpleDefinitionDto
-
hashCode
public int hashCode()- Overrides:
hashCodein classSimpleDefinitionDto
-
equals
- Overrides:
equalsin classSimpleDefinitionDto
-
toString
- Overrides:
toStringin classSimpleDefinitionDto
-