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 | getEndTime()Get End time of the query (client time in RFC 3339) | 
| Filter[] | getFilters()Get Filter condition | 
| String | getInterval()Get Time interval. | 
| Long | getLimit()Get Specifies the number of data records to return. | 
| String | getMetricName()Get Metric for time-series data query | 
| String | getStartTime()Get Start time of the query (client time in RFC 3339) | 
| String[] | getZoneIds()Get Array of site IDs | 
| void | setEndTime(String EndTime)Set End time of the query (client time in RFC 3339) | 
| void | setFilters(Filter[] Filters)Set Filter condition | 
| void | setInterval(String Interval)Set Time interval. | 
| void | setLimit(Long Limit)Set Specifies the number of data records to return. | 
| void | setMetricName(String MetricName)Set Metric for time-series data query | 
| void | setStartTime(String StartTime)Set Start time of the query (client time in RFC 3339) | 
| void | setZoneIds(String[] ZoneIds)Set Array of site IDs | 
| 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 - Start time of the query (client time in RFC 3339)public String getEndTime()
public void setEndTime(String EndTime)
EndTime - End time of the query (client time in RFC 3339)public String getMetricName()
public void setMetricName(String MetricName)
MetricName - Metric for time-series data querypublic Long getLimit()
public void setLimit(Long Limit)
Limit - Specifies the number of data records to return. If `0` is passed in, all data is returned.public String getInterval()
public void setInterval(String Interval)
Interval - Time interval. Values: {min, 5min, hour, day, week}. This field is optional.public String[] getZoneIds()
public void setZoneIds(String[] ZoneIds)
ZoneIds - Array of site IDspublic Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters - Filter conditionCopyright © 2023. All rights reserved.