public class Snapshot extends Object
| Constructor and Description |
|---|
Snapshot(String originalUrl,
ZonedDateTime crawlTime,
int status,
String mimeType,
Map<String,String> headers,
Object content) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getContent() |
ZonedDateTime |
getCrawlTime() |
Map<String,String> |
getHeaders() |
String |
getMimeType() |
String |
getOriginalUrl() |
int |
getStatus() |
String |
toString() |
public String getOriginalUrl()
public ZonedDateTime getCrawlTime()
public int getStatus()
public String getMimeType()
public Object getContent()
Copyright © 2017. All rights reserved.