org.rhq.core.pluginapi.util
Class ResponseTimeLogParser.LogEntry
java.lang.Object
org.rhq.core.pluginapi.util.ResponseTimeLogParser.LogEntry
- Enclosing class:
- ResponseTimeLogParser
public class ResponseTimeLogParser.LogEntry
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResponseTimeLogParser.LogEntry
public ResponseTimeLogParser.LogEntry(@NotNull
String url,
long startTime,
long duration,
@Nullable
Integer statusCode,
@Nullable
String ipAddress)
getUrl
@NotNull
public String getUrl()
getStartTime
public long getStartTime()
getDuration
public long getDuration()
getStatusCode
@Nullable
public Integer getStatusCode()
getIpAddress
@Nullable
public String getIpAddress()
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.