public class DescribeOverviewL7DataRequest extends AbstractModel
Constructor and Description |
---|
DescribeOverviewL7DataRequest() |
DescribeOverviewL7DataRequest(DescribeOverviewL7DataRequest 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[] |
getDomains()
Get List of subdomain names to be queried.
|
String |
getEndTime()
Get The end time.
|
QueryCondition[] |
getFilters()
Get Filters
`socket`:
u2003u2003 Filter by the specified HTTP protocol type u2003u2003 Values: u2003u2003 `HTTP`: HTTP protocol; u2003u2003 `HTTPS`: HTTPS protocol; u2003u2003 `QUIC`: QUIC protocol. `tagKey`: u2003u2003 Filter by the specified tag key `tagValue` u2003u2003 Filter by the specified tag value |
String |
getInterval()
Get The query granularity.
|
String[] |
getMetricNames()
Get The metric to query.
|
String |
getProtocol()
Get The protocol type.
|
String |
getStartTime()
Get The start time.
|
String[] |
getZoneIds()
Get List of sites
Enter the IDs of sites to query.
|
void |
setArea(String Area)
Set Geolocation scope.
|
void |
setDomains(String[] Domains)
Set List of subdomain names to be queried.
|
void |
setEndTime(String EndTime)
Set The end time.
|
void |
setFilters(QueryCondition[] Filters)
Set Filters
`socket`:
u2003u2003 Filter by the specified HTTP protocol type u2003u2003 Values: u2003u2003 `HTTP`: HTTP protocol; u2003u2003 `HTTPS`: HTTPS protocol; u2003u2003 `QUIC`: QUIC protocol. `tagKey`: u2003u2003 Filter by the specified tag key `tagValue` u2003u2003 Filter by the specified tag value |
void |
setInterval(String Interval)
Set The query granularity.
|
void |
setMetricNames(String[] MetricNames)
Set The metric to query.
|
void |
setProtocol(String Protocol)
Set The protocol type.
|
void |
setStartTime(String StartTime)
Set The start time.
|
void |
setZoneIds(String[] ZoneIds)
Set List of sites
Enter the IDs of sites to query.
|
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 DescribeOverviewL7DataRequest()
public DescribeOverviewL7DataRequest(DescribeOverviewL7DataRequest 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 metric to query. Values:
public String[] getZoneIds()
public void setZoneIds(String[] ZoneIds)
ZoneIds
- List of sites
Enter the IDs of sites to query. The maximum query period is determined by the max data query period of the bound plan. If it’s not specified, all sites are selected by default, and the query period must be within the last 30 days.public String[] getDomains()
public void setDomains(String[] Domains)
Domains
- List of subdomain names to be queried. All subdomain names will be selected if this field is not specified.public String getProtocol()
public void setProtocol(String Protocol)
Protocol
- The protocol type. Values:
public String getInterval()
public void setInterval(String Interval)
Interval
- The query granularity. Values:
public QueryCondition[] getFilters()
public void setFilters(QueryCondition[] Filters)
Filters
- Filters
public String getArea()
public void setArea(String Area)
Area
- Geolocation scope. Values:
Copyright © 2023. All rights reserved.