public class Account extends Object implements IModel, Serializable, Comparable<Account>
| Constructor and Description |
|---|
Account() |
public String getAccountId()
public void setAccountId(String accountId)
public String getOwnerId()
public void setOwnerId(String ownerId)
public String getName()
public void setName(String name)
public String getEmail()
public void setEmail(String email)
public String getFullName()
public void setFullName(String fullName)
public String getCompanyName()
public void setCompanyName(String companyName)
public String getStatus()
public void setStatus(String status)
public Long getCreatedAt()
public void setCreatedAt(Long createdAt)
public Long getUpdatedAt()
public void setUpdatedAt(Long updatedAt)
public static Account fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
public int compareTo(Account o)
compareTo in interface Comparable<Account>Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.