public class GamificationSettings extends Object
| Constructor and Description |
|---|
GamificationSettings() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getContractAddress() |
GamificationPeriodType |
getPeriodType() |
long |
getThreshold() |
int |
hashCode() |
void |
setContractAddress(String contractAddress) |
void |
setPeriodType(GamificationPeriodType periodType) |
void |
setThreshold(long threshold) |
String |
toString() |
public long getThreshold()
public String getContractAddress()
public GamificationPeriodType getPeriodType()
public void setThreshold(long threshold)
public void setContractAddress(String contractAddress)
public void setPeriodType(GamificationPeriodType periodType)
protected boolean canEqual(Object other)
Copyright © 2003–2018 eXo Platform SAS. All rights reserved.