Class Account

java.lang.Object
io.gs2.account.model.Account
All Implemented Interfaces:
IModel, Serializable, Comparable<Account>

public class Account extends Object implements IModel, Serializable, Comparable<Account>
See Also:
  • Constructor Details

    • Account

      public Account()
  • Method Details

    • getAccountId

      public String getAccountId()
    • setAccountId

      public void setAccountId(String accountId)
    • withAccountId

      public Account withAccountId(String accountId)
    • getUserId

      public String getUserId()
    • setUserId

      public void setUserId(String userId)
    • withUserId

      public Account withUserId(String userId)
    • getPassword

      public String getPassword()
    • setPassword

      public void setPassword(String password)
    • withPassword

      public Account withPassword(String password)
    • getTimeOffset

      public Integer getTimeOffset()
    • setTimeOffset

      public void setTimeOffset(Integer timeOffset)
    • withTimeOffset

      public Account withTimeOffset(Integer timeOffset)
    • getBanStatuses

      public List<BanStatus> getBanStatuses()
    • setBanStatuses

      public void setBanStatuses(List<BanStatus> banStatuses)
    • withBanStatuses

      public Account withBanStatuses(List<BanStatus> banStatuses)
    • getBanned

      public Boolean getBanned()
    • setBanned

      public void setBanned(Boolean banned)
    • withBanned

      public Account withBanned(Boolean banned)
    • getCreatedAt

      public Long getCreatedAt()
    • setCreatedAt

      public void setCreatedAt(Long createdAt)
    • withCreatedAt

      public Account withCreatedAt(Long createdAt)
    • getRevision

      public Long getRevision()
    • setRevision

      public void setRevision(Long revision)
    • withRevision

      public Account withRevision(Long revision)
    • fromJson

      public static Account fromJson(com.fasterxml.jackson.databind.JsonNode data)
    • toJson

      public com.fasterxml.jackson.databind.JsonNode toJson()
    • compareTo

      public int compareTo(Account o)
      Specified by:
      compareTo in interface Comparable<Account>
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object