Uses of Class
ch.admin.bit.jeap.errorhandling.web.api.AuditLogDTO
Packages that use AuditLogDTO
-
Uses of AuditLogDTO in ch.admin.bit.jeap.errorhandling.web.api
Methods in ch.admin.bit.jeap.errorhandling.web.api that return AuditLogDTOMethods in ch.admin.bit.jeap.errorhandling.web.api that return types with arguments of type AuditLogDTOMethod parameters in ch.admin.bit.jeap.errorhandling.web.api with type arguments of type AuditLogDTOModifier and TypeMethodDescriptionErrorDTO.ErrorDTOBuilder.auditLogDTOs(List<AuditLogDTO> auditLogDTOs) voidErrorDTO.setAuditLogDTOs(List<AuditLogDTO> auditLogDTOs) Constructor parameters in ch.admin.bit.jeap.errorhandling.web.api with type arguments of type AuditLogDTOModifierConstructorDescriptionErrorDTO(String id, String timestamp, String errorState, String errorMessage, String errorCode, String errorPublisher, String errorTemporality, String eventName, String eventId, String eventPublisher, String eventTimestamp, String eventTopicDetails, String eventClusterName, String stacktrace, String nextResendTimestamp, int errorCountForEvent, boolean canRetry, boolean canDelete, String originalTraceIdString, String closingReason, List<AuditLogDTO> auditLogDTOs, String ticketNumber, String freeText, boolean signed, String jeapCert)