public class DescribeSubdomainAnalyticsRequest extends AbstractModel
skipSign
Constructor and Description |
---|
DescribeSubdomainAnalyticsRequest() |
DescribeSubdomainAnalyticsRequest(DescribeSubdomainAnalyticsRequest 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.
|
String |
getDomain()
Get The domain of the DNS query volume to be queried
|
Long |
getDomainId()
Get The domain ID.
|
String |
getEndDate()
Get Query end date in the format of `YYYY-MM-DD`
|
String |
getStartDate()
Get Query start date in the format of `YYYY-MM-DD`
|
String |
getSubdomain()
Get The subdomain of the DNS query volume to be queried
|
void |
setDnsFormat(String DnsFormat)
Set `DATE`: Daily.
|
void |
setDomain(String Domain)
Set The domain of the DNS query volume to be queried
|
void |
setDomainId(Long DomainId)
Set The domain ID.
|
void |
setEndDate(String EndDate)
Set Query end date in the format of `YYYY-MM-DD`
|
void |
setStartDate(String StartDate)
Set Query start date in the format of `YYYY-MM-DD`
|
void |
setSubdomain(String Subdomain)
Set The subdomain of the DNS query volume to be queried
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeSubdomainAnalyticsRequest()
public DescribeSubdomainAnalyticsRequest(DescribeSubdomainAnalyticsRequest source)
public String getDomain()
public void setDomain(String Domain)
Domain
- The domain of the DNS query volume to be queriedpublic String getStartDate()
public void setStartDate(String StartDate)
StartDate
- Query start date in the format of `YYYY-MM-DD`public String getEndDate()
public void setEndDate(String EndDate)
EndDate
- Query end date in the format of `YYYY-MM-DD`public String getSubdomain()
public void setSubdomain(String Subdomain)
Subdomain
- The subdomain of the DNS query volume to be queriedpublic String getDnsFormat()
public void setDnsFormat(String DnsFormat)
DnsFormat
- `DATE`: Daily. `HOUR`: Hourlypublic Long getDomainId()
public void setDomainId(Long DomainId)
DomainId
- The domain ID. `DomainId` takes priority over `Domain`. If `DomainId` is passed in, `Domain` is ignored. You can view all `Domain` and `DomainId` values via the `DescribeDomainList` API.Copyright © 2023. All rights reserved.