public class TimeSpan extends Object implements IModel, Serializable
| Constructor and Description |
|---|
TimeSpan() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static TimeSpan |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
Integer |
getDays() |
Integer |
getHours() |
Integer |
getMinutes() |
int |
hashCode() |
void |
setDays(Integer days) |
void |
setHours(Integer hours) |
void |
setMinutes(Integer minutes) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
TimeSpan |
withDays(Integer days) |
TimeSpan |
withHours(Integer hours) |
TimeSpan |
withMinutes(Integer minutes) |
public Integer getDays()
public void setDays(Integer days)
public Integer getHours()
public void setHours(Integer hours)
public Integer getMinutes()
public void setMinutes(Integer minutes)
public static TimeSpan fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.