Package io.gs2.quest.model
Class CompletedQuestList
java.lang.Object
io.gs2.quest.model.CompletedQuestList
- All Implemented Interfaces:
IModel,Serializable,Comparable<CompletedQuestList>
public class CompletedQuestList
extends Object
implements IModel, Serializable, Comparable<CompletedQuestList>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanstatic CompletedQuestListfromJson(com.fasterxml.jackson.databind.JsonNode data) inthashCode()voidsetCompletedQuestListId(String completedQuestListId) voidsetCompleteQuestNames(List<String> completeQuestNames) voidsetCreatedAt(Long createdAt) voidsetQuestGroupName(String questGroupName) voidsetRevision(Long revision) voidsetUpdatedAt(Long updatedAt) voidcom.fasterxml.jackson.databind.JsonNodetoJson()withCompletedQuestListId(String completedQuestListId) withCompleteQuestNames(List<String> completeQuestNames) withCreatedAt(Long createdAt) withQuestGroupName(String questGroupName) withRevision(Long revision) withUpdatedAt(Long updatedAt) withUserId(String userId)
-
Constructor Details
-
CompletedQuestList
public CompletedQuestList()
-
-
Method Details
-
getCompletedQuestListId
-
setCompletedQuestListId
-
withCompletedQuestListId
-
getUserId
-
setUserId
-
withUserId
-
getQuestGroupName
-
setQuestGroupName
-
withQuestGroupName
-
getCompleteQuestNames
-
setCompleteQuestNames
-
withCompleteQuestNames
-
getCreatedAt
-
setCreatedAt
-
withCreatedAt
-
getUpdatedAt
-
setUpdatedAt
-
withUpdatedAt
-
getRevision
-
setRevision
-
withRevision
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
compareTo
- Specified by:
compareToin interfaceComparable<CompletedQuestList>
-
hashCode
public int hashCode() -
equals
-