Class ImportedIndexMismatchResponseDto
java.lang.Object
io.camunda.optimize.dto.optimize.rest.ErrorResponseDto
io.camunda.optimize.dto.optimize.rest.ImportedIndexMismatchResponseDto
-
Nested Class Summary
Nested classes/interfaces inherited from class io.camunda.optimize.dto.optimize.rest.ErrorResponseDto
ErrorResponseDto.Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedImportedIndexMismatchResponseDto(String errorCode, String errorMessage, String detailedErrorMessage, Set<ImportIndexMismatchDto> mismatchingIndices) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleaninthashCode()voidsetMismatchingIndices(Set<ImportIndexMismatchDto> mismatchingIndices) toString()Methods inherited from class io.camunda.optimize.dto.optimize.rest.ErrorResponseDto
getDetailedMessage, getErrorCode, getErrorMessage, getReportDefinition, setDetailedMessage, setErrorCode, setErrorMessage, setReportDefinition
-
Constructor Details
-
ImportedIndexMismatchResponseDto
protected ImportedIndexMismatchResponseDto() -
ImportedIndexMismatchResponseDto
public ImportedIndexMismatchResponseDto(String errorCode, String errorMessage, String detailedErrorMessage, Set<ImportIndexMismatchDto> mismatchingIndices)
-
-
Method Details
-
getMismatchingIndices
-
setMismatchingIndices
-
canEqual
- Overrides:
canEqualin classErrorResponseDto
-
hashCode
public int hashCode()- Overrides:
hashCodein classErrorResponseDto
-
equals
- Overrides:
equalsin classErrorResponseDto
-
toString
- Overrides:
toStringin classErrorResponseDto
-