Class QuestModel

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

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

    • QuestModel

      public QuestModel()
  • Method Details

    • getQuestModelId

      public String getQuestModelId()
    • setQuestModelId

      public void setQuestModelId(String questModelId)
    • withQuestModelId

      public QuestModel withQuestModelId(String questModelId)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • withName

      public QuestModel withName(String name)
    • getMetadata

      public String getMetadata()
    • setMetadata

      public void setMetadata(String metadata)
    • withMetadata

      public QuestModel withMetadata(String metadata)
    • getContents

      public List<Contents> getContents()
    • setContents

      public void setContents(List<Contents> contents)
    • withContents

      public QuestModel withContents(List<Contents> contents)
    • getChallengePeriodEventId

      public String getChallengePeriodEventId()
    • setChallengePeriodEventId

      public void setChallengePeriodEventId(String challengePeriodEventId)
    • withChallengePeriodEventId

      public QuestModel withChallengePeriodEventId(String challengePeriodEventId)
    • getFirstCompleteAcquireActions

      public List<AcquireAction> getFirstCompleteAcquireActions()
    • setFirstCompleteAcquireActions

      public void setFirstCompleteAcquireActions(List<AcquireAction> firstCompleteAcquireActions)
    • withFirstCompleteAcquireActions

      public QuestModel withFirstCompleteAcquireActions(List<AcquireAction> firstCompleteAcquireActions)
    • getConsumeActions

      public List<ConsumeAction> getConsumeActions()
    • setConsumeActions

      public void setConsumeActions(List<ConsumeAction> consumeActions)
    • withConsumeActions

      public QuestModel withConsumeActions(List<ConsumeAction> consumeActions)
    • getFailedAcquireActions

      public List<AcquireAction> getFailedAcquireActions()
    • setFailedAcquireActions

      public void setFailedAcquireActions(List<AcquireAction> failedAcquireActions)
    • withFailedAcquireActions

      public QuestModel withFailedAcquireActions(List<AcquireAction> failedAcquireActions)
    • getPremiseQuestNames

      public List<String> getPremiseQuestNames()
    • setPremiseQuestNames

      public void setPremiseQuestNames(List<String> premiseQuestNames)
    • withPremiseQuestNames

      public QuestModel withPremiseQuestNames(List<String> premiseQuestNames)
    • fromJson

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

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

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

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

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