public class News extends Object implements IModel, Serializable
| Constructor and Description |
|---|
News() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static News |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
String |
getContent() |
String |
getFrontMatter() |
String |
getScheduleEventId() |
String |
getSection() |
Long |
getTimestamp() |
String |
getTitle() |
int |
hashCode() |
void |
setContent(String content) |
void |
setFrontMatter(String frontMatter) |
void |
setScheduleEventId(String scheduleEventId) |
void |
setSection(String section) |
void |
setTimestamp(Long timestamp) |
void |
setTitle(String title) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
News |
withContent(String content) |
News |
withFrontMatter(String frontMatter) |
News |
withScheduleEventId(String scheduleEventId) |
News |
withSection(String section) |
News |
withTimestamp(Long timestamp) |
News |
withTitle(String title) |
public String getSection()
public void setSection(String section)
public String getContent()
public void setContent(String content)
public String getTitle()
public void setTitle(String title)
public String getScheduleEventId()
public void setScheduleEventId(String scheduleEventId)
public Long getTimestamp()
public void setTimestamp(Long timestamp)
public String getFrontMatter()
public void setFrontMatter(String frontMatter)
public static News fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.