Package org.tailormap.api.viewer.model
Class PageResponse
java.lang.Object
org.tailormap.api.viewer.model.PageResponse
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
comments="Generator version: 7.17.0")
public class PageResponse
extends Object
implements Serializable
PageResponse
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddMenuItem(ViewerMenuItem menuItem) addTilesItem(ViewerPageTile tilesItem) booleanpage body contentGet contentgetId()Get id@Valid @Size(min=0) List<@Valid ViewerMenuItem> getMenu()list of menu items for this pagegetName()name of the page which will be used for the url@Valid @Size(min=0) List<@Valid ViewerPageTile> getTiles()list of tiles, tiles are used to link to applications or other pagesgetTitle()page titlegetType()define the type of the page which can be used to switch between layouts for exampleinthashCode()menu(List<@Valid ViewerMenuItem> menu) voidsetClassName(String className) voidsetContent(String content) voidvoidsetMenu(List<@Valid ViewerMenuItem> menu) voidvoidsetTiles(List<@Valid ViewerPageTile> tiles) voidvoidtiles(List<@Valid ViewerPageTile> tiles) toString()
-
Constructor Details
-
PageResponse
public PageResponse()
-
-
Method Details
-
id
-
getId
Get id- Returns:
- id
-
setId
-
type
-
getType
define the type of the page which can be used to switch between layouts for example- Returns:
- type
-
setType
-
name
-
getName
name of the page which will be used for the url- Returns:
- name
-
setName
-
title
-
getTitle
page title- Returns:
- title
-
setTitle
-
content
-
getContent
Get content- Returns:
- content
-
setContent
-
className
-
getClassName
page body content- Returns:
- className
-
setClassName
-
tiles
-
addTilesItem
-
getTiles
list of tiles, tiles are used to link to applications or other pages- Returns:
- tiles
-
setTiles
-
addMenuItem
-
getMenu
list of menu items for this page- Returns:
- menu
-
setMenu
-
equals
-
hashCode
public int hashCode() -
toString
-