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 getRateName()
public void setRateName(String rateName)
public String getPropertyId()
public void setPropertyId(String propertyId)
public Integer getExperienceValue()
public void setExperienceValue(Integer experienceValue)
public Float getRate()
public void setRate(Float rate)
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.