Class PageExternalLink
java.lang.Object
com.gentics.contentnode.rest.model.response.PageExternalLink
- All Implemented Interfaces:
Serializable
This class contains the external links of a page.
- Author:
- Pedro Najor Cruz Cruz
- See Also:
-
Constructor Summary
ConstructorDescriptionEmpty constructorPageExternalLink
(Integer pageId, String pageName, List<String> links) -
Method Summary
-
Constructor Details
-
PageExternalLink
public PageExternalLink()Empty constructor -
PageExternalLink
- Parameters:
pageId
-pageName
-links
-
-
-
Method Details
-
getPageId
Get pageId- Returns:
- the pageId
-
setPageId
Set pageId- Parameters:
pageId
- the pageId to set
-
getPageName
Get pageName- Returns:
- the pageName
-
setPageName
Set pageName- Parameters:
pageName
- the pageName to set
-
getLinks
Get links- Returns:
- the links
-
setLinks
Set links- Parameters:
links
- the links to set
-