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() |
List<Step> |
getSteps() |
String |
getUrl() |
int |
hashCode() |
void |
setCollectionStats(Statistics collectionStats) |
void |
setComment(String comment) |
void |
setErrorMessage(String errorMessage) |
void |
setReran() |
String |
toString() |
public String getUrl()
public String getDomain()
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)
public void setReran()
Copyright © 2013–2019 Cognifide. All rights reserved.