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 Collection date for daily collection 
 | 
Long | 
getHourKey()
Get The last hour (0–23) for hourly collection. 
 | 
Long | 
getNum()
Get DNS query volume in the current statistical dimension 
 | 
void | 
setDateKey(String DateKey)
Set Collection date for daily collection 
 | 
void | 
setHourKey(Long HourKey)
Set The last hour (0–23) for hourly collection. 
 | 
void | 
setNum(Long Num)
Set DNS query volume in the current statistical dimension 
 | 
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 DomainAnalyticsDetail()
public DomainAnalyticsDetail(DomainAnalyticsDetail source)
public Long getNum()
public void setNum(Long Num)
Num - DNS query volume in the current statistical dimensionpublic String getDateKey()
public void setDateKey(String DateKey)
DateKey - Collection date for daily collectionpublic Long getHourKey()
public void setHourKey(Long HourKey)
HourKey - The last hour (0–23) for hourly collection. For example, if `HourKey` is `23`, the DNS query volume in the statistical period of 22:00–23:00 will be collected.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.