public class ExternalLinkResponse extends GenericResponse
| Constructor and Description |
|---|
ExternalLinkResponse() |
| Modifier and Type | Method and Description |
|---|---|
int |
getGlobal()
Number of global occurrences of the URL
|
ExternalLink |
getLink()
External link
|
int |
getNode()
Number of occurrences of the URL in the node
|
int |
getPage()
Number of occurrences of the URL in the page
|
void |
setGlobal(int global)
Set global occurrences
|
void |
setLink(ExternalLink link)
Set the external link
|
void |
setNode(int node)
Set occurrences in Node
|
void |
setPage(int page)
Set occurrences in page
|
addMessage, getMessages, getResponseInfo, setMessages, setResponseInfopublic ExternalLink getLink()
public void setLink(ExternalLink link)
link - external linkpublic int getPage()
public void setPage(int page)
page - numberpublic int getNode()
public void setNode(int node)
node - numberpublic int getGlobal()
public void setGlobal(int global)
global - numberCopyright © 2024 Gentics Software. All rights reserved.