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 Average Asset Score 
 | 
String | 
getDayTime()
Get Statistics Date 
 | 
Float | 
getIntegrity()
Get Table Integrity Score 
 | 
Float | 
getNormative()
Get Table Normalization Score 
 | 
Float | 
getSafety()
Get Table Assurance Score 
 | 
Float | 
getStability()
Get Table Stability Score 
 | 
String | 
getTableId()
Get Table ID 
 | 
Float | 
getTimeliness()
Get Table Timeliness Score 
 | 
void | 
setAverage(Float Average)
Set Average Asset Score 
 | 
void | 
setDayTime(String DayTime)
Set Statistics Date 
 | 
void | 
setIntegrity(Float Integrity)
Set Table Integrity Score 
 | 
void | 
setNormative(Float Normative)
Set Table Normalization Score 
 | 
void | 
setSafety(Float Safety)
Set Table Assurance Score 
 | 
void | 
setStability(Float Stability)
Set Table Stability Score 
 | 
void | 
setTableId(String TableId)
Set Table ID 
 | 
void | 
setTimeliness(Float Timeliness)
Set Table Timeliness Score 
 | 
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, toJsonStringpublic TablePropertyScore()
public TablePropertyScore(TablePropertyScore source)
public String getTableId()
public void setTableId(String TableId)
TableId - Table IDpublic String getDayTime()
public void setDayTime(String DayTime)
DayTime - Statistics Datepublic Float getIntegrity()
public void setIntegrity(Float Integrity)
Integrity - Table Integrity Scorepublic Float getSafety()
public void setSafety(Float Safety)
Safety - Table Assurance Scorepublic Float getTimeliness()
public void setTimeliness(Float Timeliness)
Timeliness - Table Timeliness Scorepublic Float getStability()
public void setStability(Float Stability)
Stability - Table Stability Scorepublic Float getNormative()
public void setNormative(Float Normative)
Normative - Table Normalization Scorepublic Float getAverage()
public void setAverage(Float Average)
Average - Average Asset ScoreCopyright © 2025. All rights reserved.