public static class DescribeDomainTopHttpMethodResponseBody.DescribeDomainTopHttpMethodResponseBodyDomainTopMethod
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
domain
The domain name of the website.
|
String |
httpMethod
The HTTP method.
|
Long |
pv
The page views.
|
| 构造器和说明 |
|---|
DescribeDomainTopHttpMethodResponseBodyDomainTopMethod() |
@NameInMap(value="Domain") public String domain
The domain name of the website.
example:example.aliyundoc.com
@NameInMap(value="HttpMethod") public String httpMethod
The HTTP method.
example:GET
@NameInMap(value="Pv") public Long pv
The page views.
example:22121
public DescribeDomainTopHttpMethodResponseBodyDomainTopMethod()
public static DescribeDomainTopHttpMethodResponseBody.DescribeDomainTopHttpMethodResponseBodyDomainTopMethod build(Map<String,?> map) throws Exception
Exceptionpublic DescribeDomainTopHttpMethodResponseBody.DescribeDomainTopHttpMethodResponseBodyDomainTopMethod setDomain(String domain)
public String getDomain()
public DescribeDomainTopHttpMethodResponseBody.DescribeDomainTopHttpMethodResponseBodyDomainTopMethod setHttpMethod(String httpMethod)
public String getHttpMethod()
public DescribeDomainTopHttpMethodResponseBody.DescribeDomainTopHttpMethodResponseBodyDomainTopMethod setPv(Long pv)
public Long getPv()
Copyright © 2026. All rights reserved.