public class AttributeRange extends Object implements IModel, Serializable
| Constructor and Description |
|---|
AttributeRange() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static AttributeRange |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
Integer |
getMax() |
Integer |
getMin() |
String |
getName() |
int |
hashCode() |
void |
setMax(Integer max) |
void |
setMin(Integer min) |
void |
setName(String name) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
AttributeRange |
withMax(Integer max) |
AttributeRange |
withMin(Integer min) |
AttributeRange |
withName(String name) |
public String getName()
public void setName(String name)
public AttributeRange withName(String name)
public Integer getMin()
public void setMin(Integer min)
public AttributeRange withMin(Integer min)
public Integer getMax()
public void setMax(Integer max)
public AttributeRange withMax(Integer max)
public static AttributeRange fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.