public class TableHeat extends AbstractModel
header, skipSign
Constructor and Description |
---|
TableHeat() |
TableHeat(TableHeat 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 |
---|---|
String |
getDayTime()
Get 统计日期
注意:此字段可能返回 null,表示取不到有效值。
|
Float |
getHeat()
Get 表热度
注意:此字段可能返回 null,表示取不到有效值。
|
Float |
getMaxHeat()
Get 表热度最大值
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getTableId()
Get 表ID
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDayTime(String DayTime)
Set 统计日期
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setHeat(Float Heat)
Set 表热度
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMaxHeat(Float MaxHeat)
Set 表热度最大值
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTableId(String TableId)
Set 表ID
注意:此字段可能返回 null,表示取不到有效值。
|
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 TableHeat()
public TableHeat(TableHeat source)
public String getTableId()
public void setTableId(String TableId)
TableId
- 表ID
注意:此字段可能返回 null,表示取不到有效值。public String getDayTime()
public void setDayTime(String DayTime)
DayTime
- 统计日期
注意:此字段可能返回 null,表示取不到有效值。public Float getHeat()
public void setHeat(Float Heat)
Heat
- 表热度
注意:此字段可能返回 null,表示取不到有效值。public Float getMaxHeat()
public void setMaxHeat(Float MaxHeat)
MaxHeat
- 表热度最大值
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.