Class ImportIndexMismatchDto

java.lang.Object
io.camunda.optimize.dto.optimize.rest.ImportIndexMismatchDto
All Implemented Interfaces:
Serializable

public class ImportIndexMismatchDto extends Object implements Serializable
See Also:
  • Constructor Details

    • ImportIndexMismatchDto

      public ImportIndexMismatchDto(String indexName, int sourceIndexVersion, int targetIndexVersion)
    • ImportIndexMismatchDto

      public ImportIndexMismatchDto()
  • Method Details