Package net.webpdf.wsclient.openapi
Class PortalNews
- java.lang.Object
-
- net.webpdf.wsclient.openapi.PortalNews
-
public class PortalNews extends Object
PortalNews
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_CONTENT_REFRESH_INTERVALstatic StringJSON_PROPERTY_ENTRY
-
Constructor Summary
Constructors Constructor Description PortalNews()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PortalNewsaddEntryItem(ApplicationConfigNewsPanelEntry entryItem)PortalNewscontentRefreshInterval(Integer contentRefreshInterval)PortalNewsentry(List<ApplicationConfigNewsPanelEntry> entry)booleanequals(Object o)@Nullable IntegergetContentRefreshInterval()Get contentRefreshInterval@Nullable List<ApplicationConfigNewsPanelEntry>getEntry()Get entryinthashCode()voidsetContentRefreshInterval(Integer contentRefreshInterval)voidsetEntry(List<ApplicationConfigNewsPanelEntry> entry)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_CONTENT_REFRESH_INTERVAL
public static final String JSON_PROPERTY_CONTENT_REFRESH_INTERVAL
- See Also:
- Constant Field Values
-
JSON_PROPERTY_ENTRY
public static final String JSON_PROPERTY_ENTRY
- See Also:
- Constant Field Values
-
-
Method Detail
-
contentRefreshInterval
public PortalNews contentRefreshInterval(Integer contentRefreshInterval)
-
getContentRefreshInterval
@Nullable public @Nullable Integer getContentRefreshInterval()
Get contentRefreshInterval- Returns:
- contentRefreshInterval
-
setContentRefreshInterval
public void setContentRefreshInterval(Integer contentRefreshInterval)
-
entry
public PortalNews entry(List<ApplicationConfigNewsPanelEntry> entry)
-
addEntryItem
public PortalNews addEntryItem(ApplicationConfigNewsPanelEntry entryItem)
-
getEntry
@Nullable public @Nullable List<ApplicationConfigNewsPanelEntry> getEntry()
Get entry- Returns:
- entry
-
setEntry
public void setEntry(List<ApplicationConfigNewsPanelEntry> entry)
-
-