public class DescribeTopL7CacheDataRequest extends AbstractModel
header, skipSign
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 Geolocation scope.
|
String |
getEndTime()
Get The end time.
|
QueryCondition[] |
getFilters()
Get Filter conditions.
|
String |
getInterval()
Get The query time granularity.
|
Long |
getLimit()
Get The number of data entries to be queried.
|
String |
getMetricName()
Get The query metric.
|
String |
getStartTime()
Get The start time.
|
String[] |
getZoneIds()
Get ZoneId set.
|
void |
setArea(String Area)
Set Geolocation scope.
|
void |
setEndTime(String EndTime)
Set The end time.
|
void |
setFilters(QueryCondition[] Filters)
Set Filter conditions.
|
void |
setInterval(String Interval)
Set The query time granularity.
|
void |
setLimit(Long Limit)
Set The number of data entries to be queried.
|
void |
setMetricName(String MetricName)
Set The query metric.
|
void |
setStartTime(String StartTime)
Set The start time.
|
void |
setZoneIds(String[] ZoneIds)
Set ZoneId set.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public 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
- ZoneId set. This parameter is required.public Long getLimit()
public void setLimit(Long Limit)
Limit
- The number of data entries to be queried. The maximum value is 1000. If it is not specified, the value 10 is used by default, indicating that the top 10 data entries.public QueryCondition[] getFilters()
public void setFilters(QueryCondition[] Filters)
Filters
- Filter conditions. See below for details:
public String getInterval()
public void setInterval(String Interval)
Interval
- The query time granularity. Values:
public String getArea()
public void setArea(String Area)
Area
- Geolocation scope. Values:
Copyright © 2024. All rights reserved.