public class FetchNodeDbInfo extends Object
Constructor and Description |
---|
FetchNodeDbInfo() |
Modifier and Type | Method and Description |
---|---|
List<org.apache.nutch.service.model.response.FetchNodeDbInfo.ChildNode> |
getChildren() |
int |
getNumOfOutlinks() |
int |
getStatus() |
String |
getUrl() |
void |
setChildNodes(Outlink[] links) |
void |
setChildren(List<org.apache.nutch.service.model.response.FetchNodeDbInfo.ChildNode> children) |
void |
setNumOfOutlinks(int numOfOutlinks) |
void |
setStatus(int status) |
void |
setUrl(String url) |
public String getUrl()
public void setUrl(String url)
public int getStatus()
public void setStatus(int status)
public int getNumOfOutlinks()
public void setNumOfOutlinks(int numOfOutlinks)
public void setChildNodes(Outlink[] links)
public List<org.apache.nutch.service.model.response.FetchNodeDbInfo.ChildNode> getChildren()
public void setChildren(List<org.apache.nutch.service.model.response.FetchNodeDbInfo.ChildNode> children)
Copyright © 2021 The Apache Software Foundation