public class Progress extends Object implements IModel, Serializable, Comparable<Progress>
| Constructor and Description |
|---|
Progress() |
public String getProgressId()
public void setProgressId(String progressId)
public String getUserId()
public void setUserId(String userId)
public String getTransactionId()
public void setTransactionId(String transactionId)
public String getQuestModelId()
public void setQuestModelId(String questModelId)
public Long getRandomSeed()
public void setRandomSeed(Long randomSeed)
public String getMetadata()
public void setMetadata(String metadata)
public Long getCreatedAt()
public void setCreatedAt(Long createdAt)
public Long getUpdatedAt()
public void setUpdatedAt(Long updatedAt)
public static Progress fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
public int compareTo(Progress o)
compareTo in interface Comparable<Progress>Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.