public class RequestResultArgs extends EventArgs
Constructor and Description |
---|
RequestResultArgs() |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getAdditionalInformation()
Any additional information that might be required
|
Date |
getAt()
When the request completed
|
double |
getDurationMilliseconds()
How long this request took
|
int |
getHttpResult()
The HTTP result for this request
|
HttpMethods |
getMethod()
The request method
|
String |
getPostedData()
The data posted to the server
|
String |
getResult()
The result of this request
|
RequestStatus |
getStatus()
The request status
|
int |
getTotalSize() |
String |
getUrl()
The request Url
|
void |
setAdditionalInformation(Map<String,String> additionalInformation) |
void |
setAt(Date at) |
void |
setDurationMilliseconds(double durationMilliseconds) |
void |
setHttpResult(int httpResult) |
void |
setMethod(HttpMethods method) |
void |
setPostedData(String postedData) |
void |
setResult(String result) |
void |
setStatus(RequestStatus status) |
void |
setUrl(String url) |
public Map<String,String> getAdditionalInformation()
public void setAdditionalInformation(Map<String,String> additionalInformation)
additionalInformation
- the additionalInformation to setpublic Date getAt()
public void setAt(Date at)
at
- the at to setpublic RequestStatus getStatus()
public void setStatus(RequestStatus status)
status
- the status to setpublic String getUrl()
public void setUrl(String url)
url
- the url to setpublic double getDurationMilliseconds()
public void setDurationMilliseconds(double durationMilliseconds)
durationMilliseconds
- the durationMilliseconds to setpublic HttpMethods getMethod()
public void setMethod(HttpMethods method)
method
- the method to setpublic String getPostedData()
public void setPostedData(String postedData)
postedData
- the postedData to setpublic int getHttpResult()
public void setHttpResult(int httpResult)
httpResult
- the httpResult to setpublic String getResult()
public void setResult(String result)
result
- the result to setpublic int getTotalSize()
Copyright © 2016. All Rights Reserved.