java.lang.Object
io.camunda.optimize.dto.optimize.rest.definition.MultiDefinitionTenantsRequestDto.DefinitionDto
-
Constructor Summary
Constructors
-
Method Summary
protected boolean
boolean
int
void
void
-
Constructor Details
-
DefinitionDto
public DefinitionDto(@NotNull
@NotNull String key,
@NotNull
@NotNull List<String> versions)
-
DefinitionDto
public DefinitionDto()
-
Method Details
-
getKey
@NotNull
public @NotNull String getKey()
-
setKey
public void setKey(@NotNull
@NotNull String key)
-
getVersions
@NotNull
public @NotNull List<String> getVersions()
-
setVersions
public void setVersions(@NotNull
@NotNull List<String> versions)
-
canEqual
protected boolean canEqual(Object other)
-
-
-