public class ScoreSetting extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ScoreSetting.Builder |
| 构造器和说明 |
|---|
ScoreSetting() |
ScoreSetting(ScoreSetting.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
getDecimal() |
FixScoreOption[] |
getFixScoreOptions() |
Integer |
getMax() |
Integer |
getMin() |
String |
getScoreIntervalType() |
String |
getScoreType() |
static ScoreSetting.Builder |
newBuilder() |
void |
setDecimal(Integer decimal) |
void |
setFixScoreOptions(FixScoreOption[] fixScoreOptions) |
void |
setMax(Integer max) |
void |
setMin(Integer min) |
void |
setScoreIntervalType(String scoreIntervalType) |
void |
setScoreType(String scoreType) |
public ScoreSetting()
public ScoreSetting(ScoreSetting.Builder builder)
public static ScoreSetting.Builder newBuilder()
public Integer getMin()
public void setMin(Integer min)
public Integer getMax()
public void setMax(Integer max)
public Integer getDecimal()
public void setDecimal(Integer decimal)
public String getScoreIntervalType()
public void setScoreIntervalType(String scoreIntervalType)
public String getScoreType()
public void setScoreType(String scoreType)
public FixScoreOption[] getFixScoreOptions()
public void setFixScoreOptions(FixScoreOption[] fixScoreOptions)
Copyright © 2026. All rights reserved.