public class SubdomainAnalyticsInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
SubdomainAnalyticsInfo() |
SubdomainAnalyticsInfo(SubdomainAnalyticsInfo 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 |
getDnsFormat()
Get `DATE`: Daily; `HOUR`: Hourly
|
Long |
getDnsTotal()
Get Total DNS query volume for the current statistical period
|
String |
getDomain()
Get The queried domain
|
String |
getEndDate()
Get End date of the current statistical period
|
String |
getStartDate()
Get Start date of the current statistical period
|
String |
getSubdomain()
Get Subdomain
|
void |
setDnsFormat(String DnsFormat)
Set `DATE`: Daily; `HOUR`: Hourly
|
void |
setDnsTotal(Long DnsTotal)
Set Total DNS query volume for the current statistical period
|
void |
setDomain(String Domain)
Set The queried domain
|
void |
setEndDate(String EndDate)
Set End date of the current statistical period
|
void |
setStartDate(String StartDate)
Set Start date of the current statistical period
|
void |
setSubdomain(String Subdomain)
Set Subdomain
|
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 SubdomainAnalyticsInfo()
public SubdomainAnalyticsInfo(SubdomainAnalyticsInfo source)
public String getDnsFormat()
public void setDnsFormat(String DnsFormat)
DnsFormat
- `DATE`: Daily; `HOUR`: Hourlypublic Long getDnsTotal()
public void setDnsTotal(Long DnsTotal)
DnsTotal
- Total DNS query volume for the current statistical periodpublic String getDomain()
public void setDomain(String Domain)
Domain
- The queried domainpublic String getStartDate()
public void setStartDate(String StartDate)
StartDate
- Start date of the current statistical periodpublic String getEndDate()
public void setEndDate(String EndDate)
EndDate
- End date of the current statistical periodpublic String getSubdomain()
public void setSubdomain(String Subdomain)
Subdomain
- SubdomainCopyright © 2024. All rights reserved.