public class RewardPluginSettings extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
RewardPluginSettings() |
RewardPluginSettings(String pluginId,
boolean enabled,
double threshold,
boolean usePools,
RewardBudgetType budgetType,
double amount) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
RewardPluginSettings |
clone() |
boolean |
equals(Object o) |
double |
getAmount() |
RewardBudgetType |
getBudgetType() |
String |
getPluginId() |
double |
getThreshold() |
int |
hashCode() |
boolean |
isEnabled() |
boolean |
isUsePools() |
void |
setAmount(double amount) |
void |
setBudgetType(RewardBudgetType budgetType) |
void |
setEnabled(boolean enabled) |
void |
setPluginId(String pluginId) |
void |
setThreshold(double threshold) |
void |
setUsePools(boolean usePools) |
String |
toString() |
public RewardPluginSettings()
public RewardPluginSettings(String pluginId, boolean enabled, double threshold, boolean usePools, RewardBudgetType budgetType, double amount)
public RewardPluginSettings clone()
public String getPluginId()
public boolean isEnabled()
public double getThreshold()
public boolean isUsePools()
public RewardBudgetType getBudgetType()
public double getAmount()
public void setPluginId(String pluginId)
public void setEnabled(boolean enabled)
public void setThreshold(double threshold)
public void setUsePools(boolean usePools)
public void setBudgetType(RewardBudgetType budgetType)
public void setAmount(double amount)
protected boolean canEqual(Object other)
Copyright © 2003–2020 eXo Platform SAS. All rights reserved.