Class OptimizeEntityExportDto
java.lang.Object
io.camunda.optimize.dto.optimize.rest.export.OptimizeEntityExportDto
- Direct Known Subclasses:
DashboardDefinitionExportDto,ReportDefinitionExportDto
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionOptimizeEntityExportDto(@NotNull String id, @NotNull ExportEntityType exportEntityType, @NotNull String name, String description, int sourceIndexVersion) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanboolean@NotNull ExportEntityType@NotNull StringgetId()@NotNull StringgetName()intinthashCode()voidsetDescription(String description) voidsetExportEntityType(@NotNull ExportEntityType exportEntityType) voidvoidvoidsetSourceIndexVersion(int sourceIndexVersion) toString()
-
Constructor Details
-
OptimizeEntityExportDto
public OptimizeEntityExportDto(@NotNull @NotNull String id, @NotNull @NotNull ExportEntityType exportEntityType, @NotNull @NotNull String name, String description, int sourceIndexVersion) -
OptimizeEntityExportDto
public OptimizeEntityExportDto()
-
-
Method Details
-
getId
-
setId
-
getExportEntityType
-
setExportEntityType
-
getName
-
setName
-
getDescription
-
setDescription
-
getSourceIndexVersion
public int getSourceIndexVersion() -
setSourceIndexVersion
public void setSourceIndexVersion(int sourceIndexVersion) -
canEqual
-
hashCode
public int hashCode() -
equals
-
toString
-