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