Package io.gs2.guild.model
Class Inbox
java.lang.Object
io.gs2.guild.model.Inbox
- All Implemented Interfaces:
IModel,Serializable,Comparable<Inbox>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanstatic InboxfromJson(com.fasterxml.jackson.databind.JsonNode data) inthashCode()voidsetCreatedAt(Long createdAt) voidsetFromUserIds(List<String> fromUserIds) voidsetGuildName(String guildName) voidsetInboxId(String inboxId) voidsetRevision(Long revision) voidsetUpdatedAt(Long updatedAt) com.fasterxml.jackson.databind.JsonNodetoJson()withCreatedAt(Long createdAt) withFromUserIds(List<String> fromUserIds) withGuildName(String guildName) withInboxId(String inboxId) withRevision(Long revision) withUpdatedAt(Long updatedAt)
-
Constructor Details
-
Inbox
public Inbox()
-
-
Method Details
-
getInboxId
-
setInboxId
-
withInboxId
-
getGuildName
-
setGuildName
-
withGuildName
-
getFromUserIds
-
setFromUserIds
-
withFromUserIds
-
getCreatedAt
-
setCreatedAt
-
withCreatedAt
-
getUpdatedAt
-
setUpdatedAt
-
withUpdatedAt
-
getRevision
-
setRevision
-
withRevision
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
compareTo
- Specified by:
compareToin interfaceComparable<Inbox>
-
hashCode
public int hashCode() -
equals
-