public class LogEntryDTO extends ObjectWithJsonToString
| Constructor and Description |
|---|
LogEntryDTO(LogEntry logEntry) |
toStringequals, hashCode, keypublic LogEntryDTO(LogEntry logEntry)
public String getKey()
public void setKey(String key)
public org.slf4j.event.Level getLogLevel()
public LogEntryDTO setLogLevel(org.slf4j.event.Level logLevel)
public long getEpochTime()
public LogEntryDTO setEpochTime(long epochTime)
public String getTimestamp()
public void setTimestamp(String timestamp)
public LogEntry.LogMessageType getType()
public LogEntryDTO setType(LogEntry.LogMessageType type)
public HttpRequest[] getHttpRequests()
public LogEntryDTO setHttpRequests(HttpRequest[] httpRequests)
public LogEntryDTO setHttpRequest(HttpRequest httpRequest)
public HttpRequest getHttpRequest()
public HttpResponse getHttpResponse()
public LogEntryDTO setHttpResponse(HttpResponse httpResponse)
public HttpError getHttpError()
public LogEntryDTO setHttpError(HttpError httpError)
public Expectation getExpectation()
public LogEntryDTO setExpectation(Expectation expectation)
public Throwable getThrowable()
public LogEntryDTO setThrowable(Throwable throwable)
public String getMessageFormat()
public LogEntryDTO setMessageFormat(String messageFormat)
public Object[] getArguments()
public LogEntryDTO setArguments(Object... arguments)
public String getMessage()
public void setMessage(String message)
protected String[] fieldsExcludedFromEqualsAndHashCode()
fieldsExcludedFromEqualsAndHashCode in class ObjectWithReflectiveEqualsHashCodeToStringCopyright © 2019. All rights reserved.