public class Url extends Object implements Serializable, Commentable, Named
| Constructor and Description |
|---|
Url(String name,
String url,
String domain) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addStep(Step step) |
boolean |
equals(Object o) |
Statistics |
getCollectionStats() |
String |
getComment() |
String |
getDomain() |
String |
getErrorMessage() |
String |
getName() |
String |
getProxy() |
List<Step> |
getSteps() |
String |
getUrl() |
int |
hashCode() |
void |
setCollectionStats(Statistics collectionStats) |
void |
setComment(String comment) |
void |
setErrorMessage(String errorMessage) |
void |
setProxy(String proxy) |
String |
toString() |
public String getUrl()
public String getDomain()
public void setProxy(String proxy)
public String getProxy()
public boolean addStep(Step step)
public void setErrorMessage(String errorMessage)
public String getErrorMessage()
public void setComment(String comment)
setComment in interface Commentablecomment - comment for given metadata
Sets comment for given metadata.public String getComment()
getComment in interface Commentablepublic Statistics getCollectionStats()
public void setCollectionStats(Statistics collectionStats)
Copyright © 2013–2017 Cognifide. All rights reserved.