@Validated public class LandingPage extends Object
| Constructor and Description |
|---|
LandingPage() |
| Modifier and Type | Method and Description |
|---|---|
LandingPage |
addLinksItem(Link linksItem) |
LandingPage |
description(String description) |
boolean |
equals(Object o) |
String |
getDescription()
Get description
|
List<Link> |
getLinks()
Get links
|
String |
getTitle()
Get title
|
int |
hashCode() |
LandingPage |
links(List<Link> links) |
void |
setDescription(String description) |
void |
setLinks(List<Link> links) |
void |
setTitle(String title) |
LandingPage |
title(String title) |
String |
toString() |
public LandingPage title(String title)
public String getTitle()
public void setTitle(String title)
public LandingPage description(String description)
public String getDescription()
public void setDescription(String description)
public LandingPage links(List<Link> links)
public LandingPage addLinksItem(Link linksItem)
Copyright © 2016–2021 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.