public class DescribeSingleL7AnalysisDataRequest extends AbstractModel
Constructor and Description |
---|
DescribeSingleL7AnalysisDataRequest() |
DescribeSingleL7AnalysisDataRequest(DescribeSingleL7AnalysisDataRequest 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 Filters
`country`:
Filter by the specified country code. |
String |
getInterval()
Get The query granularity.
|
String[] |
getMetricNames()
Get The query metric.
|
String |
getStartTime()
Get The start time.
|
String[] |
getZoneIds()
Get List of sites
If it’s not specified, all sites are selected by default, and the query period must be within the last 30 days.
|
void |
setArea(String Area)
Set Geolocation scope.
|
void |
setEndTime(String EndTime)
Set The end time.
|
void |
setFilters(QueryCondition[] Filters)
Set Filters
`country`:
Filter by the specified country code. |
void |
setInterval(String Interval)
Set The query granularity.
|
void |
setMetricNames(String[] MetricNames)
Set The query metric.
|
void |
setStartTime(String StartTime)
Set The start time.
|
void |
setZoneIds(String[] ZoneIds)
Set List of sites
If it’s not specified, all sites are selected by default, and the query period must be within the last 30 days.
|
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 DescribeSingleL7AnalysisDataRequest()
public DescribeSingleL7AnalysisDataRequest(DescribeSingleL7AnalysisDataRequest 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[] getMetricNames()
public void setMetricNames(String[] MetricNames)
MetricNames
- The query metric. Values:
public String[] getZoneIds()
public void setZoneIds(String[] ZoneIds)
ZoneIds
- List of sites
If it’s not specified, all sites are selected by default, and the query period must be within the last 30 days.
Enter the IDs of sites to query. The maximum query period is determined by the max data query period of the bound plan.public QueryCondition[] getFilters()
public void setFilters(QueryCondition[] Filters)
Filters
- Filters
public String getInterval()
public void setInterval(String Interval)
Interval
- The query granularity. Values:
public String getArea()
public void setArea(String Area)
Area
- Geolocation scope. Values:
Copyright © 2023. All rights reserved.