Package io.gs2.guild.model
Class SendBox
java.lang.Object
io.gs2.guild.model.SendBox
- All Implemented Interfaces:
IModel,Serializable,Comparable<SendBox>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanstatic SendBoxfromJson(com.fasterxml.jackson.databind.JsonNode data) inthashCode()voidsetCreatedAt(Long createdAt) voidsetGuildModelName(String guildModelName) voidsetRevision(Long revision) voidsetSendBoxId(String sendBoxId) voidsetTargetGuildNames(List<String> targetGuildNames) voidsetUpdatedAt(Long updatedAt) voidcom.fasterxml.jackson.databind.JsonNodetoJson()withCreatedAt(Long createdAt) withGuildModelName(String guildModelName) withRevision(Long revision) withSendBoxId(String sendBoxId) withTargetGuildNames(List<String> targetGuildNames) withUpdatedAt(Long updatedAt) withUserId(String userId)
-
Constructor Details
-
SendBox
public SendBox()
-
-
Method Details
-
getSendBoxId
-
setSendBoxId
-
withSendBoxId
-
getUserId
-
setUserId
-
withUserId
-
getGuildModelName
-
setGuildModelName
-
withGuildModelName
-
getTargetGuildNames
-
setTargetGuildNames
-
withTargetGuildNames
-
getCreatedAt
-
setCreatedAt
-
withCreatedAt
-
getUpdatedAt
-
setUpdatedAt
-
withUpdatedAt
-
getRevision
-
setRevision
-
withRevision
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
compareTo
- Specified by:
compareToin interfaceComparable<SendBox>
-
hashCode
public int hashCode() -
equals
-