public class QuestModel extends Object implements IModel, Serializable, Comparable<QuestModel>
| Constructor and Description |
|---|
QuestModel() |
public String getQuestModelId()
public void setQuestModelId(String questModelId)
public QuestModel withQuestModelId(String questModelId)
public String getName()
public void setName(String name)
public QuestModel withName(String name)
public String getMetadata()
public void setMetadata(String metadata)
public QuestModel withMetadata(String metadata)
public QuestModel withContents(List<Contents> contents)
public String getChallengePeriodEventId()
public void setChallengePeriodEventId(String challengePeriodEventId)
public QuestModel withChallengePeriodEventId(String challengePeriodEventId)
public List<ConsumeAction> getConsumeActions()
public void setConsumeActions(List<ConsumeAction> consumeActions)
public QuestModel withConsumeActions(List<ConsumeAction> consumeActions)
public List<AcquireAction> getFailedAcquireActions()
public void setFailedAcquireActions(List<AcquireAction> failedAcquireActions)
public QuestModel withFailedAcquireActions(List<AcquireAction> failedAcquireActions)
public QuestModel withPremiseQuestNames(List<String> premiseQuestNames)
public static QuestModel fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
public int compareTo(QuestModel o)
compareTo in interface Comparable<QuestModel>Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.