public class SnaphotLocation extends Object
| Constructor and Description |
|---|
SnaphotLocation(String url,
ZonedDateTime crawlTime,
String warcFile,
long warcFileOffset,
long length,
String mimeType,
String signature) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
ZonedDateTime |
getCrawlTime() |
long |
getLength() |
String |
getMimeType() |
String |
getSignature() |
String |
getUrl() |
String |
getWarcFile() |
long |
getWarcFileOffset() |
int |
hashCode() |
String |
toString() |
SnaphotLocation |
withWarcFile(String newWarcFile) |
public SnaphotLocation(String url, ZonedDateTime crawlTime, String warcFile, long warcFileOffset, long length, String mimeType, String signature)
public String getUrl()
public ZonedDateTime getCrawlTime()
public String getWarcFile()
public long getWarcFileOffset()
public long getLength()
public String getMimeType()
public String getSignature()
public SnaphotLocation withWarcFile(String newWarcFile)
Copyright © 2017. All rights reserved.