public class CompletedQuestList extends Object implements IModel, Serializable, Comparable<CompletedQuestList>
| Constructor and Description |
|---|
CompletedQuestList() |
public String getCompletedQuestListId()
public void setCompletedQuestListId(String completedQuestListId)
public CompletedQuestList withCompletedQuestListId(String completedQuestListId)
public String getUserId()
public void setUserId(String userId)
public CompletedQuestList withUserId(String userId)
public String getQuestGroupName()
public void setQuestGroupName(String questGroupName)
public CompletedQuestList withQuestGroupName(String questGroupName)
public CompletedQuestList withCompleteQuestNames(List<String> completeQuestNames)
public Long getCreatedAt()
public void setCreatedAt(Long createdAt)
public CompletedQuestList withCreatedAt(Long createdAt)
public Long getUpdatedAt()
public void setUpdatedAt(Long updatedAt)
public CompletedQuestList withUpdatedAt(Long updatedAt)
public static CompletedQuestList fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
public int compareTo(CompletedQuestList o)
compareTo in interface Comparable<CompletedQuestList>Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.