public class Attribute extends Object implements IModel, Serializable
| Constructor and Description |
|---|
Attribute() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static Attribute |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
String |
getName() |
Integer |
getValue() |
int |
hashCode() |
void |
setName(String name) |
void |
setValue(Integer value) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
Attribute |
withName(String name) |
Attribute |
withValue(Integer value) |
public String getName()
public void setName(String name)
public Integer getValue()
public void setValue(Integer value)
public static Attribute fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.