public class DailyScoreInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DailyScoreInfo() | 
| DailyScoreInfo(DailyScoreInfo 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 | getScore()Get 评分
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getStatisticsDate()Get 统计日期 时间戳
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setScore(Float Score)Set 评分
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setStatisticsDate(Long StatisticsDate)Set 统计日期 时间戳
注意:此字段可能返回 null,表示取不到有效值。 | 
| 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 DailyScoreInfo()
public DailyScoreInfo(DailyScoreInfo source)
public Long getStatisticsDate()
public void setStatisticsDate(Long StatisticsDate)
StatisticsDate - 统计日期 时间戳
注意:此字段可能返回 null,表示取不到有效值。public Float getScore()
public void setScore(Float Score)
Score - 评分
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.