public class Slot extends Object implements IModel, Serializable
| Constructor and Description |
|---|
Slot() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static Slot |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
String |
getMetadata() |
String |
getName() |
String |
getPropertyId() |
int |
hashCode() |
void |
setMetadata(String metadata) |
void |
setName(String name) |
void |
setPropertyId(String propertyId) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
Slot |
withMetadata(String metadata) |
Slot |
withName(String name) |
Slot |
withPropertyId(String propertyId) |
public String getName()
public void setName(String name)
public String getPropertyId()
public void setPropertyId(String propertyId)
public String getMetadata()
public void setMetadata(String metadata)
public static Slot fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.