public class DescribeDomainStatusCodeListRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
domain
The domain name of the website.
|
Long |
endTime
The end of the time range to query.
|
Long |
interval
The interval for returning data.
|
String |
queryType
The source of the statistics.
|
String |
resourceGroupId
The ID of the resource group to which the instance belongs in Resource Management.
|
Long |
startTime
The start time of the event.
|
| 构造器和说明 |
|---|
DescribeDomainStatusCodeListRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DescribeDomainStatusCodeListRequest |
build(Map<String,?> map) |
String |
getDomain() |
Long |
getEndTime() |
Long |
getInterval() |
String |
getQueryType() |
String |
getResourceGroupId() |
Long |
getStartTime() |
DescribeDomainStatusCodeListRequest |
setDomain(String domain) |
DescribeDomainStatusCodeListRequest |
setEndTime(Long endTime) |
DescribeDomainStatusCodeListRequest |
setInterval(Long interval) |
DescribeDomainStatusCodeListRequest |
setQueryType(String queryType) |
DescribeDomainStatusCodeListRequest |
setResourceGroupId(String resourceGroupId) |
DescribeDomainStatusCodeListRequest |
setStartTime(Long startTime) |
@NameInMap(value="Domain") public String domain
The domain name of the website. If you do not specify this parameter, the statistics on response status codes of all domain names are queried.
example:A forwarding rule must be configured for the domain name. You can call the DescribeDomains operation to query all domain names.
@NameInMap(value="EndTime") public Long endTime
The end of the time range to query. The value is a UNIX timestamp. Unit: seconds.
example:This UNIX timestamp must indicate a point in time that is accurate to the minute.
1583683200
@NameInMap(value="Interval") public Long interval
The interval for returning data. Unit: seconds.
This parameter is required.
example:1000
@NameInMap(value="QueryType") public String queryType
The source of the statistics. Valid values:
This parameter is required.
example:gf
@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.
example:default
@NameInMap(value="StartTime") public Long startTime
The start time of the event. 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:1582992000
public static DescribeDomainStatusCodeListRequest build(Map<String,?> map) throws Exception
Exceptionpublic DescribeDomainStatusCodeListRequest setDomain(String domain)
public String getDomain()
public DescribeDomainStatusCodeListRequest setEndTime(Long endTime)
public Long getEndTime()
public DescribeDomainStatusCodeListRequest setInterval(Long interval)
public Long getInterval()
public DescribeDomainStatusCodeListRequest setQueryType(String queryType)
public String getQueryType()
public DescribeDomainStatusCodeListRequest setResourceGroupId(String resourceGroupId)
public String getResourceGroupId()
public DescribeDomainStatusCodeListRequest setStartTime(Long startTime)
public Long getStartTime()
Copyright © 2026. All rights reserved.