public class SpiderResource extends Object
Contains the HTTP method used to fetch the resource, status code and reason, URI and the ID of the corresponding (persisted) HTTP message.
Constructor and Description |
---|
SpiderResource(int historyId,
String method,
String uri,
int statusCode,
String statusReason,
boolean processed,
String reasonNotProcessed) |
Modifier and Type | Method and Description |
---|---|
int |
getHistoryId() |
String |
getMethod() |
String |
getReasonNotProcessed() |
int |
getStatusCode() |
String |
getStatusReason() |
String |
getUri() |
boolean |
isProcessed() |
public int getHistoryId()
public String getMethod()
public String getUri()
public int getStatusCode()
public String getStatusReason()
public boolean isProcessed()
public String getReasonNotProcessed()