public class Showcase extends Object implements IModel, Serializable, Comparable<Showcase>
| Constructor and Description |
|---|
Showcase() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Showcase o) |
boolean |
equals(Object o) |
static Showcase |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
List<DisplayItem> |
getDisplayItems() |
String |
getMetadata() |
String |
getName() |
String |
getSalesPeriodEventId() |
String |
getShowcaseId() |
int |
hashCode() |
void |
setDisplayItems(List<DisplayItem> displayItems) |
void |
setMetadata(String metadata) |
void |
setName(String name) |
void |
setSalesPeriodEventId(String salesPeriodEventId) |
void |
setShowcaseId(String showcaseId) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
Showcase |
withDisplayItems(List<DisplayItem> displayItems) |
Showcase |
withMetadata(String metadata) |
Showcase |
withName(String name) |
Showcase |
withSalesPeriodEventId(String salesPeriodEventId) |
Showcase |
withShowcaseId(String showcaseId) |
public String getShowcaseId()
public void setShowcaseId(String showcaseId)
public String getName()
public void setName(String name)
public String getMetadata()
public void setMetadata(String metadata)
public String getSalesPeriodEventId()
public void setSalesPeriodEventId(String salesPeriodEventId)
public List<DisplayItem> getDisplayItems()
public void setDisplayItems(List<DisplayItem> displayItems)
public Showcase withDisplayItems(List<DisplayItem> displayItems)
public static Showcase fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
public int compareTo(Showcase o)
compareTo in interface Comparable<Showcase>Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.