public class DashboardLogEntryDTO extends ObjectWithJsonToString
Constructor and Description |
---|
DashboardLogEntryDTO(LogEntry logEntry) |
DashboardLogEntryDTO(String id,
String correlationId,
String timestamp,
LogEntry.LogMessageType type) |
toString
equals, hashCode
public DashboardLogEntryDTO(String id, String correlationId, String timestamp, LogEntry.LogMessageType type)
public DashboardLogEntryDTO(LogEntry logEntry)
public String getId()
public void setId(String id)
public String getCorrelationId()
public void setCorrelationId(String correlationId)
public String getTimestamp()
public void setTimestamp(String timestamp)
public LogEntry.LogMessageType getType()
public DashboardLogEntryDTO setType(LogEntry.LogMessageType type)
public RequestDefinition[] getHttpRequests()
public DashboardLogEntryDTO setHttpRequests(RequestDefinition[] httpRequests)
public RequestDefinition getHttpRequest()
public HttpResponse getHttpResponse()
public DashboardLogEntryDTO setHttpResponse(HttpResponse httpResponse)
public DashboardLogEntryDTO setStyle(Map<String,String> style)
public String getMessageFormat()
public DashboardLogEntryDTO setMessageFormat(String messageFormat)
public Object[] getArguments()
public DashboardLogEntryDTO setArguments(Object... arguments)
public String[] getThrowable()
public void setThrowable(String[] throwable)
public Object getBecause()
public DashboardLogEntryDTO setBecause(String because)
public Description getDescription()
public DashboardLogEntryDTO setDescription(Description description)
protected String[] fieldsExcludedFromEqualsAndHashCode()
fieldsExcludedFromEqualsAndHashCode
in class ObjectWithReflectiveEqualsHashCodeToString
Copyright © 2022. All rights reserved.