public class TableScoreStatisticsInfo extends AbstractModel
Constructor and Description |
---|
TableScoreStatisticsInfo() |
TableScoreStatisticsInfo(TableScoreStatisticsInfo source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Long |
getLevel()
Get 等级 1、2、3、4、5
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getScale()
Get 占比
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getTableNumber()
Get 表数量
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setLevel(Long Level)
Set 等级 1、2、3、4、5
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setScale(Long Scale)
Set 占比
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTableNumber(Long TableNumber)
Set 表数量
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public TableScoreStatisticsInfo()
public TableScoreStatisticsInfo(TableScoreStatisticsInfo source)
public Long getLevel()
public void setLevel(Long Level)
Level
- 等级 1、2、3、4、5
注意:此字段可能返回 null,表示取不到有效值。public Long getScale()
public void setScale(Long Scale)
Scale
- 占比
注意:此字段可能返回 null,表示取不到有效值。public Long getTableNumber()
public void setTableNumber(Long TableNumber)
TableNumber
- 表数量
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2022. All rights reserved.