Class HttpRequestLogEntry

java.lang.Object
java.util.AbstractMap<String,Object>
java.util.HashMap<String,Object>
net.targetr.rc.monitoring.logs.http.HttpRequestLogEntry
All Implemented Interfaces:
Serializable, Cloneable, Map<String,Object>

public class HttpRequestLogEntry extends HashMap<String,Object>
Represents a log entry for an HTTP request.
See Also:
  • Constructor Details

    • HttpRequestLogEntry

      public HttpRequestLogEntry()
      Constructs a new HTTP request log entry.
  • Method Details

    • toJson

      public String toJson()
      Serializes this health stat object to a JSON string.
      Returns:
      the JSON representation of this object