Class ErrorSearchCriteria.ErrorSearchCriteriaBuilder
java.lang.Object
ch.admin.bit.jeap.errorhandling.web.api.ErrorSearchCriteria.ErrorSearchCriteriaBuilder
- Enclosing class:
ErrorSearchCriteria
-
Method Summary
Modifier and TypeMethodDescriptionbuild()closingReason(String closingReason) from(ZonedDateTime from) serviceName(String serviceName) stacktracePattern(Pattern stacktracePattern) states(List<Error.ErrorState> states) ticketNumber(String ticketNumber) to(ZonedDateTime to) toString()
-
Method Details
-
from
- Returns:
this.
-
to
- Returns:
this.
-
eventName
- Returns:
this.
-
traceId
- Returns:
this.
-
eventId
- Returns:
this.
-
serviceName
- Returns:
this.
-
states
- Returns:
this.
-
errorCode
- Returns:
this.
-
pageIndex
- Returns:
this.
-
pageSize
- Returns:
this.
-
sort
- Returns:
this.
-
stacktracePattern
- Returns:
this.
-
closingReason
- Returns:
this.
-
ticketNumber
- Returns:
this.
-
build
-
toString
-