public class DescribeWebReportTopIpRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
domain
The domain name of the website.
|
Long |
endTime
The end of the time range to query.
|
Integer |
interval
The interval at which data is collected.
|
String |
queryType
The source of the statistics.
|
Long |
startTime
The beginning of the time range to query.
|
Integer |
top
The maximum number of entries to return.
|
| 构造器和说明 |
|---|
DescribeWebReportTopIpRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DescribeWebReportTopIpRequest |
build(Map<String,?> map) |
String |
getDomain() |
Long |
getEndTime() |
Integer |
getInterval() |
String |
getQueryType() |
Long |
getStartTime() |
Integer |
getTop() |
DescribeWebReportTopIpRequest |
setDomain(String domain) |
DescribeWebReportTopIpRequest |
setEndTime(Long endTime) |
DescribeWebReportTopIpRequest |
setInterval(Integer interval) |
DescribeWebReportTopIpRequest |
setQueryType(String queryType) |
DescribeWebReportTopIpRequest |
setStartTime(Long startTime) |
DescribeWebReportTopIpRequest |
setTop(Integer top) |
@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 the domain names for which forwarding rules are configured.
app.bmjqxvb.cn
@NameInMap(value="EndTime") public Long endTime
The end 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:1687228200
@NameInMap(value="Interval") public Integer interval
The interval at which data is collected. Unit: seconds. Valid values are 300, 3600, and 86400.
This parameter is required.
example:300
@NameInMap(value="QueryType") public String queryType
The source of the statistics. Valid values:
This parameter is required.
example:block
@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:1680424200
@NameInMap(value="Top") public Integer top
The maximum number of entries to return.
example:5
public static DescribeWebReportTopIpRequest build(Map<String,?> map) throws Exception
Exceptionpublic DescribeWebReportTopIpRequest setDomain(String domain)
public String getDomain()
public DescribeWebReportTopIpRequest setEndTime(Long endTime)
public Long getEndTime()
public DescribeWebReportTopIpRequest setInterval(Integer interval)
public Integer getInterval()
public DescribeWebReportTopIpRequest setQueryType(String queryType)
public String getQueryType()
public DescribeWebReportTopIpRequest setStartTime(Long startTime)
public Long getStartTime()
public DescribeWebReportTopIpRequest setTop(Integer top)
public Integer getTop()
Copyright © 2026. All rights reserved.