Class DashboardLogEntryDTO

java.lang.Object
org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
org.mockserver.model.ObjectWithJsonToString
org.mockserver.dashboard.model.DashboardLogEntryDTO

public class DashboardLogEntryDTO extends org.mockserver.model.ObjectWithJsonToString
  • Constructor Details

    • DashboardLogEntryDTO

      public DashboardLogEntryDTO(String id, String correlationId, String timestamp, org.mockserver.log.model.LogEntry.LogMessageType type)
    • DashboardLogEntryDTO

      public DashboardLogEntryDTO(org.mockserver.log.model.LogEntry logEntry)
  • Method Details

    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getCorrelationId

      public String getCorrelationId()
    • setCorrelationId

      public void setCorrelationId(String correlationId)
    • getTimestamp

      public String getTimestamp()
    • setTimestamp

      public void setTimestamp(String timestamp)
    • getType

      public org.mockserver.log.model.LogEntry.LogMessageType getType()
    • setType

      public DashboardLogEntryDTO setType(org.mockserver.log.model.LogEntry.LogMessageType type)
    • getHttpRequests

      public org.mockserver.model.RequestDefinition[] getHttpRequests()
    • setHttpRequests

      public DashboardLogEntryDTO setHttpRequests(org.mockserver.model.RequestDefinition[] httpRequests)
    • getHttpRequest

      public org.mockserver.model.RequestDefinition getHttpRequest()
    • getHttpResponse

      public org.mockserver.model.HttpResponse getHttpResponse()
    • setHttpResponse

      public DashboardLogEntryDTO setHttpResponse(org.mockserver.model.HttpResponse httpResponse)
    • getStyle

      public Map<String,String> getStyle()
    • setStyle

      public DashboardLogEntryDTO setStyle(Map<String,String> style)
    • getMessageFormat

      public String getMessageFormat()
    • setMessageFormat

      public DashboardLogEntryDTO setMessageFormat(String messageFormat)
    • getArguments

      public Object[] getArguments()
    • setArguments

      public DashboardLogEntryDTO setArguments(Object... arguments)
    • getThrowable

      public String[] getThrowable()
    • setThrowable

      public void setThrowable(String[] throwable)
    • getBecause

      public Object getBecause()
    • setBecause

      public DashboardLogEntryDTO setBecause(String because)
    • getDescription

      public Description getDescription()
    • setDescription

      public DashboardLogEntryDTO setDescription(Description description)
    • fieldsExcludedFromEqualsAndHashCode

      protected String[] fieldsExcludedFromEqualsAndHashCode()
      Overrides:
      fieldsExcludedFromEqualsAndHashCode in class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString