public class DescribeTopL7CacheDataRequest extends AbstractModel
| Constructor and Description | 
|---|
DescribeTopL7CacheDataRequest()  | 
DescribeTopL7CacheDataRequest(DescribeTopL7CacheDataRequest 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 storage region. 
 | 
String | 
getEndTime()
Get The end time. 
 | 
QueryCondition[] | 
getFilters()
Get The key of the parameter QueryCondition, which is used to specify a filter. 
 | 
String | 
getInterval()
Get The query time granularity. 
 | 
Long | 
getLimit()
Get Queries the top rows of data. 
 | 
String | 
getMetricName()
Get The query metric. 
 | 
String | 
getStartTime()
Get The start time. 
 | 
String[] | 
getZoneIds()
Get Specifies sites by ID. 
 | 
void | 
setArea(String Area)
Set Data storage region. 
 | 
void | 
setEndTime(String EndTime)
Set The end time. 
 | 
void | 
setFilters(QueryCondition[] Filters)
Set The key of the parameter QueryCondition, which is used to specify a filter. 
 | 
void | 
setInterval(String Interval)
Set The query time granularity. 
 | 
void | 
setLimit(Long Limit)
Set Queries the top rows of data. 
 | 
void | 
setMetricName(String MetricName)
Set The query metric. 
 | 
void | 
setStartTime(String StartTime)
Set The start time. 
 | 
void | 
setZoneIds(String[] ZoneIds)
Set Specifies sites by ID. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic DescribeTopL7CacheDataRequest()
public DescribeTopL7CacheDataRequest(DescribeTopL7CacheDataRequest source)
public String getStartTime()
public void setStartTime(String StartTime)
StartTime - The start time.public String getEndTime()
public void setEndTime(String EndTime)
EndTime - The end time.public String getMetricName()
public void setMetricName(String MetricName)
MetricName - The query metric. Values:
public String[] getZoneIds()
public void setZoneIds(String[] ZoneIds)
ZoneIds - Specifies sites by ID. All sites will be selected if this field is not specified.public Long getLimit()
public void setLimit(Long Limit)
Limit - Queries the top rows of data. Top 10 rows of data will be queried if this field is not specified.public QueryCondition[] getFilters()
public void setFilters(QueryCondition[] Filters)
Filters - The key of the parameter QueryCondition, which is used to specify a filter. Values:
public String getInterval()
public void setInterval(String Interval)
Interval - The query time granularity. Values:
public String getArea()
public void setArea(String Area)
Area - Data storage region. Values:
Copyright © 2022. All rights reserved.