public class DescribeStatisticalRankingRequest extends Object
| Constructor and Description |
|---|
DescribeStatisticalRankingRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeStatisticalRankingRequest |
area(String area) |
DescribeStatisticalRankingRequest |
domain(String domain) |
DescribeStatisticalRankingRequest |
endTime(Long endTime) |
boolean |
equals(Object o) |
String |
getArea()
Get area
|
@NotNull String |
getDomain()
Get domain
|
@NotNull Long |
getEndTime()
Get endTime
|
@NotNull String |
getItem()
Get item
|
@NotNull String |
getMetric()
Get metric
|
@NotNull Long |
getStartTime()
Get startTime
|
String |
getUaType()
Get uaType
|
int |
hashCode() |
DescribeStatisticalRankingRequest |
item(String item) |
DescribeStatisticalRankingRequest |
metric(String metric) |
void |
setArea(String area) |
void |
setDomain(String domain) |
void |
setEndTime(Long endTime) |
void |
setItem(String item) |
void |
setMetric(String metric) |
void |
setStartTime(Long startTime) |
void |
setUaType(String uaType) |
DescribeStatisticalRankingRequest |
startTime(Long startTime) |
String |
toString() |
DescribeStatisticalRankingRequest |
uaType(String uaType) |
public DescribeStatisticalRankingRequest area(String area)
public String getArea()
public void setArea(String area)
public DescribeStatisticalRankingRequest domain(String domain)
@NotNull public @NotNull String getDomain()
public void setDomain(String domain)
public DescribeStatisticalRankingRequest endTime(Long endTime)
@NotNull public @NotNull Long getEndTime()
public void setEndTime(Long endTime)
public DescribeStatisticalRankingRequest item(String item)
@NotNull public @NotNull String getItem()
public void setItem(String item)
public DescribeStatisticalRankingRequest metric(String metric)
@NotNull public @NotNull String getMetric()
public void setMetric(String metric)
public DescribeStatisticalRankingRequest startTime(Long startTime)
@NotNull public @NotNull Long getStartTime()
public void setStartTime(Long startTime)
public DescribeStatisticalRankingRequest uaType(String uaType)
public String getUaType()
public void setUaType(String uaType)
Copyright © 2025. All rights reserved.