public class GamificationSettings extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID |
| Constructor and Description |
|---|
GamificationSettings() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
static GamificationSettings |
fromString(String value) |
double |
getBudgetPerMember() |
String |
getContractAddress() |
RewardPeriodType |
getPeriodType() |
GamificationRewardType |
getRewardType() |
long |
getThreshold() |
double |
getTotalBudget() |
int |
hashCode() |
void |
setBudgetPerMember(double budgetPerMember) |
void |
setContractAddress(String contractAddress) |
void |
setPeriodType(RewardPeriodType periodType) |
void |
setRewardType(GamificationRewardType rewardType) |
void |
setThreshold(long threshold) |
void |
setTotalBudget(double totalBudget) |
String |
toString() |
String |
toStringToStore() |
public static final long serialVersionUID
public static GamificationSettings fromString(String value) throws org.exoplatform.ws.frameworks.json.impl.JsonException
org.exoplatform.ws.frameworks.json.impl.JsonExceptionpublic String toStringToStore()
public long getThreshold()
public String getContractAddress()
public RewardPeriodType getPeriodType()
public GamificationRewardType getRewardType()
public double getTotalBudget()
public double getBudgetPerMember()
public void setThreshold(long threshold)
public void setContractAddress(String contractAddress)
public void setPeriodType(RewardPeriodType periodType)
public void setRewardType(GamificationRewardType rewardType)
public void setTotalBudget(double totalBudget)
public void setBudgetPerMember(double budgetPerMember)
protected boolean canEqual(Object other)
Copyright © 2003–2018 eXo Platform SAS. All rights reserved.