public class TableScoreStatisticsInfo extends AbstractModel
header, skipSign
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 Levels 1,2,3,4,5
Note: This field may return null, indicating that no valid value can be obtained.
|
Long |
getScale()
Get PercentageNote: This field may return null, indicating that no valid value can be obtained.
|
Long |
getTableNumber()
Get Table quantityNote: This field may return null, indicating that no valid value can be obtained.
|
void |
setLevel(Long Level)
Set Levels 1,2,3,4,5
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setScale(Long Scale)
Set PercentageNote: This field may return null, indicating that no valid value can be obtained.
|
void |
setTableNumber(Long TableNumber)
Set Table quantityNote: This field may return null, indicating that no valid value can be obtained.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public TableScoreStatisticsInfo()
public TableScoreStatisticsInfo(TableScoreStatisticsInfo source)
public Long getLevel()
public void setLevel(Long Level)
Level
- Levels 1,2,3,4,5
Note: This field may return null, indicating that no valid value can be obtained.public Long getScale()
public void setScale(Long Scale)
Scale
- PercentageNote: This field may return null, indicating that no valid value can be obtained.public Long getTableNumber()
public void setTableNumber(Long TableNumber)
TableNumber
- Table quantityNote: This field may return null, indicating that no valid value can be obtained.Copyright © 2024. All rights reserved.