public class Trigger extends Object implements IModel, Serializable, Comparable<Trigger>
| Constructor and Description |
|---|
Trigger() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Trigger o) |
boolean |
equals(Object o) |
static Trigger |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
Long |
getCreatedAt() |
Long |
getExpiresAt() |
String |
getName() |
String |
getTriggerId() |
String |
getUserId() |
int |
hashCode() |
void |
setCreatedAt(Long createdAt) |
void |
setExpiresAt(Long expiresAt) |
void |
setName(String name) |
void |
setTriggerId(String triggerId) |
void |
setUserId(String userId) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
Trigger |
withCreatedAt(Long createdAt) |
Trigger |
withExpiresAt(Long expiresAt) |
Trigger |
withName(String name) |
Trigger |
withTriggerId(String triggerId) |
Trigger |
withUserId(String userId) |
public String getTriggerId()
public void setTriggerId(String triggerId)
public String getName()
public void setName(String name)
public String getUserId()
public void setUserId(String userId)
public Long getCreatedAt()
public void setCreatedAt(Long createdAt)
public Long getExpiresAt()
public void setExpiresAt(Long expiresAt)
public static Trigger fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
public int compareTo(Trigger o)
compareTo in interface Comparable<Trigger>Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.