public class DescribeTopL7AnalysisDataRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DescribeTopL7AnalysisDataRequest()  | 
DescribeTopL7AnalysisDataRequest(DescribeTopL7AnalysisDataRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getArea()
Get Data ownership region. 
 | 
String | 
getEndTime()
Get End time. 
 | 
QueryCondition[] | 
getFilters()
Get Filter criteria used when filtering data. 
 | 
String | 
getInterval()
Get Query time granularity. 
 | 
Long | 
getLimit()
Get Indicates the top N data to be queried. 
 | 
String | 
getMetricName()
Get Queried metric. 
 | 
String | 
getStartTime()
Get The start time. 
 | 
String[] | 
getZoneIds()
Get Site ID list. 
 | 
void | 
setArea(String Area)
Set Data ownership region. 
 | 
void | 
setEndTime(String EndTime)
Set End time. 
 | 
void | 
setFilters(QueryCondition[] Filters)
Set Filter criteria used when filtering data. 
 | 
void | 
setInterval(String Interval)
Set Query time granularity. 
 | 
void | 
setLimit(Long Limit)
Set Indicates the top N data to be queried. 
 | 
void | 
setMetricName(String MetricName)
Set Queried metric. 
 | 
void | 
setStartTime(String StartTime)
Set The start time. 
 | 
void | 
setZoneIds(String[] ZoneIds)
Set Site ID list. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeTopL7AnalysisDataRequest()
public DescribeTopL7AnalysisDataRequest(DescribeTopL7AnalysisDataRequest source)
public String getStartTime()
public void setStartTime(String StartTime)
StartTime - The start time.public String getEndTime()
public void setEndTime(String EndTime)
EndTime - End time. The query time range (`EndTime` - `StartTime`) must be less than or equal to 31 days.public String getMetricName()
public void setMetricName(String MetricName)
MetricName - Queried metric. valid values:.
public String[] getZoneIds()
public void setZoneIds(String[] ZoneIds)
ZoneIds - Site ID list. The parameter will change from optional to mandatory after May 30, 2024.Refer to [Cloud API Change Notification](https://www.tencentcloud.com/document/product/1145/59980).  A maximum of 100 site IDs can be imported. Use `*` to query data for all sites under the Tencent Cloud root account. To query account-level data, you must have resource permissions for all sites in this API.public Long getLimit()
public void setLimit(Long Limit)
Limit - Indicates the top N data to be queried. The maximum value is 1000. If this parameter is not input, the default value is 10, indicating querying the top 10 data.public QueryCondition[] getFilters()
public void setFilters(QueryCondition[] Filters)
Filters - Filter criteria used when filtering data. valid values refer to the available filter options for L7 access traffic, bandwidth, and request count in the [metric analysis filtering condition description](https://www.tencentcloud.comom/document/product/1552/98219?from_cn_redirect=1#1aaf1150-55a4-4b4d-b103-3a8317ac7945).
If needed, limit the site or content identifier by importing the corresponding value in the `ZoneIds.N` parameter.public String getInterval()
public void setInterval(String Interval)
Interval - Query time granularity. this parameter is invalid. to be deprecated.public String getArea()
public void setArea(String Area)
Area - Data ownership region. this parameter is deprecated. please filter data by client region in `Filters.country`.Copyright © 2025. All rights reserved.