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