public class DescribeDomainBpsRequest
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 |
region
The region in which your service is deployed.
|
Long |
startTime
The beginning of the time range to query.
|
| 构造器和说明 |
|---|
DescribeDomainBpsRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DescribeDomainBpsRequest |
build(Map<String,?> map) |
String |
getDomain() |
Long |
getEndTime() |
Long |
getInterval() |
String |
getRegion() |
Long |
getStartTime() |
DescribeDomainBpsRequest |
setDomain(String domain) |
DescribeDomainBpsRequest |
setEndTime(Long endTime) |
DescribeDomainBpsRequest |
setInterval(Long interval) |
DescribeDomainBpsRequest |
setRegion(String region) |
DescribeDomainBpsRequest |
setStartTime(Long startTime) |
@NameInMap(value="Domain") public String domain
The domain name of the website.
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. This 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:1722339300
@NameInMap(value="Interval") public Long interval
The interval for returning data. Unit: seconds. Valid values are 300, 3600, and 86400. If the time span between StartTime and EndTime is less than 3 days, valid values are 300, 3600, and 86400. If the time span between StartTime and EndTime is from 3 to 30 days, valid values are 3600 and 86400. If the time span between StartTime and EndTime is 31 days or longer, the valid value is 86400. If you leave this parameter empty or specify an invalid value, the default value is used.
This parameter is required.
example:600
@NameInMap(value="Region") public String region
The region in which your service is deployed. Valid values:
This parameter is required.
example:cn
@NameInMap(value="StartTime") public Long startTime
The beginning of the time range to query. This 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:1719211800
public static DescribeDomainBpsRequest build(Map<String,?> map) throws Exception
Exceptionpublic DescribeDomainBpsRequest setDomain(String domain)
public String getDomain()
public DescribeDomainBpsRequest setEndTime(Long endTime)
public Long getEndTime()
public DescribeDomainBpsRequest setInterval(Long interval)
public Long getInterval()
public DescribeDomainBpsRequest setRegion(String region)
public String getRegion()
public DescribeDomainBpsRequest setStartTime(Long startTime)
public Long getStartTime()
Copyright © 2026. All rights reserved.