org.kuali.common.http
Class HttpRequestResult

java.lang.Object
  extended by org.kuali.common.http.HttpRequestResult

public class HttpRequestResult
extends Object


Constructor Summary
HttpRequestResult()
           
HttpRequestResult(long start)
           
 
Method Summary
 long getElapsed()
           
 IOException getException()
           
 long getStart()
           
 Integer getStatusCode()
           
 String getStatusText()
           
 long getStop()
           
 void setElapsed(long elapsed)
           
 void setException(IOException exception)
           
 void setStart(long start)
           
 void setStatusCode(Integer statusCode)
           
 void setStatusText(String statusText)
           
 void setStop(long stop)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpRequestResult

public HttpRequestResult()

HttpRequestResult

public HttpRequestResult(long start)
Method Detail

getStatusCode

public Integer getStatusCode()

setStatusCode

public void setStatusCode(Integer statusCode)

getStatusText

public String getStatusText()

setStatusText

public void setStatusText(String statusText)

getException

public IOException getException()

setException

public void setException(IOException exception)

getStart

public long getStart()

setStart

public void setStart(long start)

getStop

public long getStop()

setStop

public void setStop(long stop)

getElapsed

public long getElapsed()

setElapsed

public void setElapsed(long elapsed)


Copyright © 2013 The Kuali Foundation. All Rights Reserved.