org.codeconsole.web.analytics
Class AnalyticsHttpRequest

java.lang.Object
  extended by org.codeconsole.web.analytics.AnalyticsHttpRequest
All Implemented Interfaces:
Serializable

public class AnalyticsHttpRequest
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
AnalyticsHttpRequest(String method, String url, String queryString, Map<String,String[]> parameterMap, String sourceRevision)
           
 
Method Summary
 String getMethod()
           
 Map<String,String[]> getParameterMap()
           
 String getQueryString()
           
 Date getRequestTime()
           
 String getSourceRevision()
           
 int getStatus()
           
 String getUrl()
           
 String getUrlWithQueryString()
           
 WrappedException getWrappedException()
           
 void setCompletionTime(long completionTime)
           
 void setException(Exception exception)
           
 void setStatus(int status)
           
 String toHtmlString()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AnalyticsHttpRequest

public AnalyticsHttpRequest(String method,
                            String url,
                            String queryString,
                            Map<String,String[]> parameterMap,
                            String sourceRevision)
Method Detail

getRequestTime

public Date getRequestTime()

getMethod

public String getMethod()

getUrl

public String getUrl()

getUrlWithQueryString

public String getUrlWithQueryString()

getQueryString

public String getQueryString()

getParameterMap

public Map<String,String[]> getParameterMap()

setCompletionTime

public void setCompletionTime(long completionTime)

setStatus

public void setStatus(int status)

getStatus

public int getStatus()

getWrappedException

public WrappedException getWrappedException()

getSourceRevision

public String getSourceRevision()

setException

public void setException(Exception exception)

toString

public String toString()
Overrides:
toString in class Object

toHtmlString

public String toHtmlString()


Copyright © 2011 CodeConsole.org. All Rights Reserved.