public class DomainAnalyticsDetail extends AbstractModel
header, skipSign
Constructor and Description |
---|
DomainAnalyticsDetail() |
DomainAnalyticsDetail(DomainAnalyticsDetail 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 |
getDateKey()
Get 按天统计时,为统计日期
|
Long |
getHourKey()
Get 按小时统计时,为统计的当前时间的小时数(0-23),例:HourKey为23时,统计周期为22点-23点的解析量
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getNum()
Get 当前统计维度解析量小计
|
void |
setDateKey(String DateKey)
Set 按天统计时,为统计日期
|
void |
setHourKey(Long HourKey)
Set 按小时统计时,为统计的当前时间的小时数(0-23),例:HourKey为23时,统计周期为22点-23点的解析量
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setNum(Long Num)
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 DomainAnalyticsDetail()
public DomainAnalyticsDetail(DomainAnalyticsDetail source)
public Long getNum()
public void setNum(Long Num)
Num
- 当前统计维度解析量小计public String getDateKey()
public void setDateKey(String DateKey)
DateKey
- 按天统计时,为统计日期public Long getHourKey()
public void setHourKey(Long HourKey)
HourKey
- 按小时统计时,为统计的当前时间的小时数(0-23),例:HourKey为23时,统计周期为22点-23点的解析量
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.