public class DescribeDomainH2FingerprintRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
domain
The domain name of the website.
|
Long |
endTime
The end of the time range to query.
|
Long |
limit
The maximum number of entries to return.
|
String |
queryType |
Long |
startTime
The beginning of the time range to query.
|
| 构造器和说明 |
|---|
DescribeDomainH2FingerprintRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DescribeDomainH2FingerprintRequest |
build(Map<String,?> map) |
String |
getDomain() |
Long |
getEndTime() |
Long |
getLimit() |
String |
getQueryType() |
Long |
getStartTime() |
DescribeDomainH2FingerprintRequest |
setDomain(String domain) |
DescribeDomainH2FingerprintRequest |
setEndTime(Long endTime) |
DescribeDomainH2FingerprintRequest |
setLimit(Long limit) |
DescribeDomainH2FingerprintRequest |
setQueryType(String queryType) |
DescribeDomainH2FingerprintRequest |
setStartTime(Long startTime) |
@NameInMap(value="Domain") public String domain
The domain name of the website.
example:You can call the DescribeDomains operation to query the domain names of all websites that are protected by Anti-DDoS Proxy.
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.
example:This UNIX timestamp must indicate a point in time that is accurate to the minute.
1726318200
@NameInMap(value="Limit") public Long limit
The maximum number of entries to return.
This parameter is required.
example:20
@NameInMap(value="QueryType") public String queryType
@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:1716435180
public static DescribeDomainH2FingerprintRequest build(Map<String,?> map) throws Exception
Exceptionpublic DescribeDomainH2FingerprintRequest setDomain(String domain)
public String getDomain()
public DescribeDomainH2FingerprintRequest setEndTime(Long endTime)
public Long getEndTime()
public DescribeDomainH2FingerprintRequest setLimit(Long limit)
public Long getLimit()
public DescribeDomainH2FingerprintRequest setQueryType(String queryType)
public String getQueryType()
public DescribeDomainH2FingerprintRequest setStartTime(Long startTime)
public Long getStartTime()
Copyright © 2026. All rights reserved.