public class RewardSettings extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
RewardSettings() |
RewardSettings(String contractAddress,
RewardPeriodType periodType,
Set<RewardPluginSettings> pluginSettings) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
RewardSettings |
clone() |
boolean |
equals(Object o) |
String |
getContractAddress() |
RewardPeriodType |
getPeriodType() |
Set<RewardPluginSettings> |
getPluginSettings() |
int |
hashCode() |
void |
setContractAddress(String contractAddress) |
void |
setPeriodType(RewardPeriodType periodType) |
void |
setPluginSettings(Set<RewardPluginSettings> pluginSettings) |
String |
toString() |
public RewardSettings()
public RewardSettings(String contractAddress, RewardPeriodType periodType, Set<RewardPluginSettings> pluginSettings)
public RewardSettings clone()
public String getContractAddress()
public RewardPeriodType getPeriodType()
public Set<RewardPluginSettings> getPluginSettings()
public void setContractAddress(String contractAddress)
public void setPeriodType(RewardPeriodType periodType)
public void setPluginSettings(Set<RewardPluginSettings> pluginSettings)
protected boolean canEqual(Object other)
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.