Package io.gs2.guild.model
Class Guild
java.lang.Object
io.gs2.guild.model.Guild
- All Implemented Interfaces:
IModel,Serializable,Comparable<Guild>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanstatic GuildfromJson(com.fasterxml.jackson.databind.JsonNode data) getName()inthashCode()voidsetAttribute1(Integer attribute1) voidsetAttribute2(Integer attribute2) voidsetAttribute3(Integer attribute3) voidsetAttribute4(Integer attribute4) voidsetAttribute5(Integer attribute5) voidsetCreatedAt(Long createdAt) voidsetCurrentMaximumMemberCount(Integer currentMaximumMemberCount) voidsetCustomRoles(List<RoleModel> customRoles) voidsetDisplayName(String displayName) voidsetGuildId(String guildId) voidsetGuildMemberDefaultRole(String guildMemberDefaultRole) voidsetGuildModelName(String guildModelName) voidsetJoinPolicy(String joinPolicy) voidsetMembers(List<Member> members) voidvoidsetRevision(Long revision) voidsetUpdatedAt(Long updatedAt) com.fasterxml.jackson.databind.JsonNodetoJson()withAttribute1(Integer attribute1) withAttribute2(Integer attribute2) withAttribute3(Integer attribute3) withAttribute4(Integer attribute4) withAttribute5(Integer attribute5) withCreatedAt(Long createdAt) withCurrentMaximumMemberCount(Integer currentMaximumMemberCount) withCustomRoles(List<RoleModel> customRoles) withDisplayName(String displayName) withGuildId(String guildId) withGuildMemberDefaultRole(String guildMemberDefaultRole) withGuildModelName(String guildModelName) withJoinPolicy(String joinPolicy) withMembers(List<Member> members) withRevision(Long revision) withUpdatedAt(Long updatedAt)
-
Constructor Details
-
Guild
public Guild()
-
-
Method Details
-
getGuildId
-
setGuildId
-
withGuildId
-
getGuildModelName
-
setGuildModelName
-
withGuildModelName
-
getName
-
setName
-
withName
-
getDisplayName
-
setDisplayName
-
withDisplayName
-
getAttribute1
-
setAttribute1
-
withAttribute1
-
getAttribute2
-
setAttribute2
-
withAttribute2
-
getAttribute3
-
setAttribute3
-
withAttribute3
-
getAttribute4
-
setAttribute4
-
withAttribute4
-
getAttribute5
-
setAttribute5
-
withAttribute5
-
getJoinPolicy
-
setJoinPolicy
-
withJoinPolicy
-
getCustomRoles
-
setCustomRoles
-
withCustomRoles
-
getGuildMemberDefaultRole
-
setGuildMemberDefaultRole
-
withGuildMemberDefaultRole
-
getCurrentMaximumMemberCount
-
setCurrentMaximumMemberCount
-
withCurrentMaximumMemberCount
-
getMembers
-
setMembers
-
withMembers
-
getCreatedAt
-
setCreatedAt
-
withCreatedAt
-
getUpdatedAt
-
setUpdatedAt
-
withUpdatedAt
-
getRevision
-
setRevision
-
withRevision
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
compareTo
- Specified by:
compareToin interfaceComparable<Guild>
-
hashCode
public int hashCode() -
equals
-