public class TablePropertyScore extends AbstractModel
header, skipSign
Constructor and Description |
---|
TablePropertyScore() |
TablePropertyScore(TablePropertyScore 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 |
---|---|
Float |
getAverage()
Get 资产评分平均分
|
String |
getDayTime()
Get 统计日期
|
Float |
getIntegrity()
Get 表完整性评分
|
Float |
getNormative()
Get 表规范性评分
|
Float |
getSafety()
Get 表保障性评分
|
Float |
getStability()
Get 表稳定性评分
|
String |
getTableId()
Get 表ID
|
Float |
getTimeliness()
Get 表及时性评分
|
void |
setAverage(Float Average)
Set 资产评分平均分
|
void |
setDayTime(String DayTime)
Set 统计日期
|
void |
setIntegrity(Float Integrity)
Set 表完整性评分
|
void |
setNormative(Float Normative)
Set 表规范性评分
|
void |
setSafety(Float Safety)
Set 表保障性评分
|
void |
setStability(Float Stability)
Set 表稳定性评分
|
void |
setTableId(String TableId)
Set 表ID
|
void |
setTimeliness(Float Timeliness)
Set 表及时性评分
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public TablePropertyScore()
public TablePropertyScore(TablePropertyScore source)
public String getTableId()
public void setTableId(String TableId)
TableId
- 表IDpublic String getDayTime()
public void setDayTime(String DayTime)
DayTime
- 统计日期public Float getIntegrity()
public void setIntegrity(Float Integrity)
Integrity
- 表完整性评分public Float getSafety()
public void setSafety(Float Safety)
Safety
- 表保障性评分public Float getTimeliness()
public void setTimeliness(Float Timeliness)
Timeliness
- 表及时性评分public Float getStability()
public void setStability(Float Stability)
Stability
- 表稳定性评分public Float getNormative()
public void setNormative(Float Normative)
Normative
- 表规范性评分public Float getAverage()
public void setAverage(Float Average)
Average
- 资产评分平均分Copyright © 2024. All rights reserved.