public class DescribeSubdomainAnalyticsResponse extends AbstractModel
skipSign
Constructor and Description |
---|
DescribeSubdomainAnalyticsResponse() |
DescribeSubdomainAnalyticsResponse(DescribeSubdomainAnalyticsResponse 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 |
---|---|
SubdomainAliasAnalyticsItem[] |
getAliasData()
Get DNS query volume of the subdomain alias
|
DomainAnalyticsDetail[] |
getData()
Get DNS query volume in the current statistical dimension
|
SubdomainAnalyticsInfo |
getInfo()
Get Statistics on the DNS query volume of a subdomain
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
void |
setAliasData(SubdomainAliasAnalyticsItem[] AliasData)
Set DNS query volume of the subdomain alias
|
void |
setData(DomainAnalyticsDetail[] Data)
Set DNS query volume in the current statistical dimension
|
void |
setInfo(SubdomainAnalyticsInfo Info)
Set Statistics on the DNS query volume of a subdomain
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
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 DescribeSubdomainAnalyticsResponse()
public DescribeSubdomainAnalyticsResponse(DescribeSubdomainAnalyticsResponse source)
public DomainAnalyticsDetail[] getData()
public void setData(DomainAnalyticsDetail[] Data)
Data
- DNS query volume in the current statistical dimensionpublic SubdomainAnalyticsInfo getInfo()
public void setInfo(SubdomainAnalyticsInfo Info)
Info
- Statistics on the DNS query volume of a subdomainpublic SubdomainAliasAnalyticsItem[] getAliasData()
public void setAliasData(SubdomainAliasAnalyticsItem[] AliasData)
AliasData
- DNS query volume of the subdomain aliaspublic String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2023. All rights reserved.