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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintNumber of global occurrences of the URLgetLink()External linkintgetNode()Number of occurrences of the URL in the nodeintgetPage()Number of occurrences of the URL in the pagevoidsetGlobal(int global) Set global occurrencesvoidsetLink(ExternalLink link) Set the external linkvoidsetNode(int node) Set occurrences in NodevoidsetPage(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
-