public class SitePage extends Object implements Serializable, Cloneable, JsonSerializable
| Modifier and Type | Field and Description |
|---|---|
Boolean |
activeEdit |
String |
id |
Integer |
layout |
String |
layoutTitle |
Boolean |
popUp |
Integer |
position |
Map<String,String> |
props |
String |
reference |
String |
siteId |
String |
skin |
String |
title |
Boolean |
titleCustom |
URL |
url |
| Constructor and Description |
|---|
SitePage(String id,
Integer layout,
String layoutTitle,
Integer position,
Map<String,String> props,
String reference,
String siteId,
String skin,
String title,
Boolean titleCustom,
URL url,
Boolean activeEdit,
Boolean popUp) |
| Modifier and Type | Method and Description |
|---|---|
SitePage |
clone() |
boolean |
equals(Object object) |
int |
hashCode() |
com.google.gson.JsonObject |
toJsonObject() |
@NotNull public final String id
@NotNull public final Integer layout
@NotNull public final String layoutTitle
@NotNull public final Integer position
@NotNull public final String reference
@NotNull public final String siteId
@NotNull public final String skin
@NotNull public final String title
@NotNull public final Boolean titleCustom
@NotNull public final URL url
@NotNull public final Boolean activeEdit
@NotNull public final Boolean popUp
public SitePage(@NotNull
String id,
@NotNull
Integer layout,
@NotNull
String layoutTitle,
@NotNull
Integer position,
@Nullable
Map<String,String> props,
@NotNull
String reference,
@NotNull
String siteId,
@NotNull
String skin,
@NotNull
String title,
@NotNull
Boolean titleCustom,
@NotNull
URL url,
@NotNull
Boolean activeEdit,
@NotNull
Boolean popUp)
@NotNull public SitePage clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedException@NotNull public com.google.gson.JsonObject toJsonObject()
toJsonObject in interface JsonSerializableCopyright © 2016. All rights reserved.