public class DescribeTimingL7SourceDataRequest extends AbstractModel
Constructor and Description |
---|
DescribeTimingL7SourceDataRequest() |
DescribeTimingL7SourceDataRequest(DescribeTimingL7SourceDataRequest 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 End time of the query period.
|
QueryCondition[] |
getFilters()
Get Filter conditions.
|
String |
getInterval()
Get The query granularity.
|
String[] |
getMetricNames()
Get List of metrics.
|
String |
getStartTime()
Get Start time of the query period.
|
String[] |
getZoneIds()
Get List of sites to be queried.
|
void |
setArea(String Area)
Set Geolocation scope.
|
void |
setEndTime(String EndTime)
Set End time of the query period.
|
void |
setFilters(QueryCondition[] Filters)
Set Filter conditions.
|
void |
setInterval(String Interval)
Set The query granularity.
|
void |
setMetricNames(String[] MetricNames)
Set List of metrics.
|
void |
setStartTime(String StartTime)
Set Start time of the query period.
|
void |
setZoneIds(String[] ZoneIds)
Set List of sites to be queried.
|
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, toJsonString
public DescribeTimingL7SourceDataRequest()
public DescribeTimingL7SourceDataRequest(DescribeTimingL7SourceDataRequest source)
public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- Start time of the query period.public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- End time of the query period.public String[] getMetricNames()
public void setMetricNames(String[] MetricNames)
MetricNames
- List of metrics. Values:
public String[] getZoneIds()
public void setZoneIds(String[] ZoneIds)
ZoneIds
- List of sites to be queried. All sites will be selected if this field is not specified.public String getInterval()
public void setInterval(String Interval)
Interval
- The query granularity. Values:
public QueryCondition[] getFilters()
public void setFilters(QueryCondition[] Filters)
Filters
- Filter conditions. See below for details:
public String getArea()
public void setArea(String Area)
Area
- Geolocation scope. Values:
Copyright © 2023. All rights reserved.