public class DescribeDomainOverviewRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
domain
The domain name of the website that you want to query.
|
Long |
endTime
The end of the time range to query.
|
String |
resourceGroupId
The ID of the resource group to which the instance belongs in Resource Management.
|
Long |
startTime
The beginning of the time range to query.
|
| 构造器和说明 |
|---|
DescribeDomainOverviewRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DescribeDomainOverviewRequest |
build(Map<String,?> map) |
String |
getDomain() |
Long |
getEndTime() |
String |
getResourceGroupId() |
Long |
getStartTime() |
DescribeDomainOverviewRequest |
setDomain(String domain) |
DescribeDomainOverviewRequest |
setEndTime(Long endTime) |
DescribeDomainOverviewRequest |
setResourceGroupId(String resourceGroupId) |
DescribeDomainOverviewRequest |
setStartTime(Long startTime) |
@NameInMap(value="Domain") public String domain
The domain name of the website that you want to query. If you leave this parameter unspecified, the statistics on all domain names are queried.
example:The domain name must be added to Anti-DDoS Pro or Anti-DDoS Premium. You can call the DescribeDomains operation to query all the domain names that are added to Anti-DDoS Pro or Anti-DDoS Premium.
example.aliyundoc.com
@NameInMap(value="EndTime") public Long endTime
The end of the time range to query. The value is a UNIX timestamp. Unit: seconds. If you leave this parameter unspecified, the current system time is used as the end time.
example:This UNIX timestamp must indicate a point in time that is accurate to the minute.
1623427200
@NameInMap(value="ResourceGroupId") public String resourceGroupId
The ID of the resource group to which the instance belongs in Resource Management. This parameter is empty by default, which indicates that the instance belongs to the default resource group.
For more information about resource groups, see Create a resource group.
example:rg-acfm2pz25js****
@NameInMap(value="StartTime") public Long startTime
The beginning of the time range to query. The value is a UNIX timestamp. Unit: seconds.
This UNIX timestamp must indicate a point in time that is accurate to the minute.
This parameter is required.
example:1619798400
public static DescribeDomainOverviewRequest build(Map<String,?> map) throws Exception
Exceptionpublic DescribeDomainOverviewRequest setDomain(String domain)
public String getDomain()
public DescribeDomainOverviewRequest setEndTime(Long endTime)
public Long getEndTime()
public DescribeDomainOverviewRequest setResourceGroupId(String resourceGroupId)
public String getResourceGroupId()
public DescribeDomainOverviewRequest setStartTime(Long startTime)
public Long getStartTime()
Copyright © 2026. All rights reserved.