Package net.webpdf.wsclient.openapi
Class ApplicationConfigNewsPanelEntry
- java.lang.Object
-
- net.webpdf.wsclient.openapi.ApplicationConfigNewsPanelEntry
-
public class ApplicationConfigNewsPanelEntry extends Object
Defines a source for the entries in the \"news panel\" of the portal page\".
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_URL
-
Constructor Summary
Constructors Constructor Description ApplicationConfigNewsPanelEntry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)@Nullable StringgetUrl()URL from which to load the content for the \"news panel\".inthashCode()voidsetUrl(String url)StringtoString()ApplicationConfigNewsPanelEntryurl(String url)
-
-
-
Field Detail
-
JSON_PROPERTY_URL
public static final String JSON_PROPERTY_URL
- See Also:
- Constant Field Values
-
-
Method Detail
-
url
public ApplicationConfigNewsPanelEntry url(String url)
-
getUrl
@Nullable public @Nullable String getUrl()
URL from which to load the content for the \"news panel\".- Returns:
- url
-
setUrl
public void setUrl(String url)
-
-