Class ExternalLinkResponse
java.lang.Object
com.gentics.contentnode.rest.model.response.GenericResponse
com.gentics.contentnode.rest.model.linkchecker.ExternalLinkResponse
- All Implemented Interfaces:
Serializable
public class ExternalLinkResponse
extends com.gentics.contentnode.rest.model.response.GenericResponse
Response containing information about an external link
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
Number of global occurrences of the URLgetLink()
External linkint
getNode()
Number of occurrences of the URL in the nodeint
getPage()
Number of occurrences of the URL in the pagevoid
setGlobal
(int global) Set global occurrencesvoid
setLink
(ExternalLink link) Set the external linkvoid
setNode
(int node) Set occurrences in Nodevoid
setPage
(int page) Set occurrences in pageMethods inherited from class com.gentics.contentnode.rest.model.response.GenericResponse
addMessage, getMessages, getResponseInfo, setMessages, setResponseInfo
-
Constructor Details
-
ExternalLinkResponse
public ExternalLinkResponse()
-
-
Method Details
-
getLink
External link- Returns:
- external link
-
setLink
Set the external link- Parameters:
link
- external link
-
getPage
public int getPage()Number of occurrences of the URL in the page- Returns:
- number
-
setPage
public void setPage(int page) Set occurrences in page- Parameters:
page
- number
-
getNode
public int getNode()Number of occurrences of the URL in the node- Returns:
- number
-
setNode
public void setNode(int node) Set occurrences in Node- Parameters:
node
- number
-
getGlobal
public int getGlobal()Number of global occurrences of the URL- Returns:
- number
-
setGlobal
public void setGlobal(int global) Set global occurrences- Parameters:
global
- number
-